Html Css Color HEX #471F37 Blackberry

📋 copy color: '#471F37'

red 71 ◦ green 31 ◦ blue 55

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

Shades of Blackberry #471F37

Tints of Blackberry #471F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

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

R = 45.22%
G = 19.75%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#471F37 (or 0x471F37) is known color: Blackberry. HEX triplet: 47, 1F and 37. RGB value is (71,31,55). Sum of RGB (Red+Green+Blue) = 71+31+55=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #471F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F37 is #B8E0C8. Grayscale: #2D2D2D. Windows color (decimal): -12116169 or 3612487. OLE color: 3612487.

HSL color Cylindrical-coordinate representation of color #471F37: hue angle of 324º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #471F37 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 55 -
CMYK 0 0.56 0.23 0.72
HSL 324º 0.39% 0.2% -
HSV(B) 324º 0.56% 0.28% -
XYZ 3.78 2.6 3.92 -
YUV 45.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 71 31 55 0 0.56 0.23 0.72 324 0.39 0.2
Hex 47 1F 37 0 38 17 48 144 27 14
Octal 107 37 67 0 70 27 110 504 47 24
Binary 1000111 11111 110111 0 111000 10111 1001000 101000100 100111 10100

Color Harmonies of #471F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F37

Black with #471F37

Text Example


Text Example

White with #471F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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