Html Css Color HEX #471437 Blackberry

📋 copy color: '#471437'

red 71 ◦ green 20 ◦ blue 55

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

Shades of Blackberry #471437

Tints of Blackberry #471437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

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

R = 48.63%
G = 13.7%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#471437 (or 0x471437) is known color: Blackberry. HEX triplet: 47, 14 and 37. RGB value is (71,20,55). Sum of RGB (Red+Green+Blue) = 71+20+55=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #471437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471437 is #B8EBC8. Grayscale: #272727. Windows color (decimal): -12118985 or 3609671. OLE color: 3609671.

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

Color convert

RGB 71 20 55 -
CMYK 0 0.72 0.23 0.72
HSL 318.82º 0.56% 0.18% -
HSV(B) 318.82º 0.72% 0.28% -
XYZ 3.54 2.12 3.84 -
YUV 39.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 71 20 55 0 0.72 0.23 0.72 318.82 0.56 0.18
Hex 47 14 37 0 48 17 48 13F 38 12
Octal 107 24 67 0 110 27 110 477 70 22
Binary 1000111 10100 110111 0 1001000 10111 1001000 100111111 111000 10010

Color Harmonies of #471437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471437

Black with #471437

Text Example


Text Example

White with #471437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471437; }

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

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

background-color css

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

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

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

border-color css

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

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

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