Html Css Color HEX #471328 Blackberry

📋 copy color: '#471328'

red 71 ◦ green 19 ◦ blue 40

#471328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #471328

Tints of Blackberry #471328

RGB

 RED value IS 71 (28.13% from 255) = 54.62%

 GREEN value IS 19 (7.81% from 255) = 14.62%

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 54.62%
G = 14.62%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#471328 (or 0x471328) is known color: Blackberry. HEX triplet: 47, 13 and 28. RGB value is (71,19,40). Sum of RGB (Red+Green+Blue) = 71+19+40=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471328 is #B8ECD7. Grayscale: #242424. Windows color (decimal): -12119256 or 2626375. OLE color: 2626375.

HSL color Cylindrical-coordinate representation of color #471328: hue angle of 335.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471328 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 40 -
CMYK 0 0.73 0.44 0.72
HSL 335.77º 0.58% 0.18% -
HSV(B) 335.77º 0.73% 0.28% -
XYZ 3.21 1.96 2.22 -
YUV 36.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 71 19 40 0 0.73 0.44 0.72 335.77 0.58 0.18
Hex 47 13 28 0 49 2C 48 150 3A 12
Octal 107 23 50 0 111 54 110 520 72 22
Binary 1000111 10011 101000 0 1001001 101100 1001000 101010000 111010 10010

Color Harmonies of #471328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471328

Black with #471328

Text Example


Text Example

White with #471328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471328; }

 p { color: rgb(71,19,40); }

 H1.HeaderClassName
 {
   color: #471328;
 }
 .AnyTagClassName
 {
   color: #471328;
 }
</style>

background-color css

<style>
 a { background-color: #471328; }

 a { background-color: rgb(71,19,40); }

 div.DivClassName
 {
   background-color: #471328;
 }
 .BgClassName
 {
   background-color: #471328;
 }
</style>

border-color css

<style>
 span { border-color: #471328; }

 span { border-color: rgb(71,19,40); }

 td.TdClassName
 {
   border-color: #471328;
 }
 .TagClassName
 {
   border-color: #471328;
 }
</style>