Html Css Color HEX #470B37 Blackberry

📋 copy color: '#470B37'

red 71 ◦ green 11 ◦ blue 55

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

Shades of Blackberry #470B37

Tints of Blackberry #470B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.03%

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

R = 51.82%
G = 8.03%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#470B37 (or 0x470B37) is known color: Blackberry. HEX triplet: 47, 0B and 37. RGB value is (71,11,55). Sum of RGB (Red+Green+Blue) = 71+11+55=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #470B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B37 is #B8F4C8. Grayscale: #212121. Windows color (decimal): -12121289 or 3607367. OLE color: 3607367.

HSL color Cylindrical-coordinate representation of color #470B37: hue angle of 316º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470B37 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 11 55 -
CMYK 0 0.85 0.23 0.72
HSL 316º 0.73% 0.16% -
HSV(B) 316º 0.85% 0.28% -
XYZ 3.41 1.85 3.79 -
YUV 33.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 71 11 55 0 0.85 0.23 0.72 316 0.73 0.16
Hex 47 B 37 0 55 17 48 13C 49 10
Octal 107 13 67 0 125 27 110 474 111 20
Binary 1000111 1011 110111 0 1010101 10111 1001000 100111100 1001001 10000

Color Harmonies of #470B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B37

Black with #470B37

Text Example


Text Example

White with #470B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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