Html Css Color HEX #470F37 Blackberry

📋 copy color: '#470F37'

red 71 ◦ green 15 ◦ blue 55

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

Shades of Blackberry #470F37

Tints of Blackberry #470F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 39.01%

R = 50.35%
G = 10.64%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#470F37 (or 0x470F37) is known color: Blackberry. HEX triplet: 47, 0F and 37. RGB value is (71,15,55). Sum of RGB (Red+Green+Blue) = 71+15+55=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #470F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F37 is #B8F0C8. Grayscale: #242424. Windows color (decimal): -12120265 or 3608391. OLE color: 3608391.

HSL color Cylindrical-coordinate representation of color #470F37: hue angle of 317.14º 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 #470F37 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 15 55 -
CMYK 0 0.79 0.23 0.72
HSL 317.14º 0.65% 0.17% -
HSV(B) 317.14º 0.79% 0.28% -
XYZ 3.46 1.96 3.81 -
YUV 36.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 71 15 55 0 0.79 0.23 0.72 317.14 0.65 0.17
Hex 47 F 37 0 4F 17 48 13D 41 11
Octal 107 17 67 0 117 27 110 475 101 21
Binary 1000111 1111 110111 0 1001111 10111 1001000 100111101 1000001 10001

Color Harmonies of #470F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F37

Black with #470F37

Text Example


Text Example

White with #470F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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