Html Css Color HEX #470F24 Blackberry

📋 copy color: '#470F24'

red 71 ◦ green 15 ◦ blue 36

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

Shades of Blackberry #470F24

Tints of Blackberry #470F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.3%

 BLUE value IS 36 (14.45% from 255) = 29.51%

R = 58.2%
G = 12.3%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#470F24 (or 0x470F24) is known color: Blackberry. HEX triplet: 47, 0F and 24. RGB value is (71,15,36). Sum of RGB (Red+Green+Blue) = 71+15+36=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #470F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F24 is #B8F0DB. Grayscale: #222222. Windows color (decimal): -12120284 or 2363207. OLE color: 2363207.

HSL color Cylindrical-coordinate representation of color #470F24: hue angle of 337.5º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F24 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 15 36 -
CMYK 0 0.79 0.49 0.72
HSL 337.5º 0.65% 0.17% -
HSV(B) 337.5º 0.79% 0.28% -
XYZ 3.09 1.81 1.86 -
YUV 34.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 71 15 36 0 0.79 0.49 0.72 337.5 0.65 0.17
Hex 47 F 24 0 4F 31 48 152 41 11
Octal 107 17 44 0 117 61 110 522 101 21
Binary 1000111 1111 100100 0 1001111 110001 1001000 101010010 1000001 10001

Color Harmonies of #470F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F24

Black with #470F24

Text Example


Text Example

White with #470F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470F24; }

 p { color: rgb(71,15,36); }

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

background-color css

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

 a { background-color: rgb(71,15,36); }

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

border-color css

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

 span { border-color: rgb(71,15,36); }

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