Html Css Color HEX #471539 Blackberry

📋 copy color: '#471539'

red 71 ◦ green 21 ◦ blue 57

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

Shades of Blackberry #471539

Tints of Blackberry #471539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

 BLUE value IS 57 (22.66% from 255) = 38.26%

R = 47.65%
G = 14.09%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#471539 (or 0x471539) is known color: Blackberry. HEX triplet: 47, 15 and 39. RGB value is (71,21,57). Sum of RGB (Red+Green+Blue) = 71+21+57=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #471539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471539 is #B8EAC6. Grayscale: #272727. Windows color (decimal): -12118727 or 3740999. OLE color: 3740999.

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

Color convert

RGB 71 21 57 -
CMYK 0 0.70 0.20 0.72
HSL 316.8º 0.54% 0.18% -
HSV(B) 316.8º 0.7% 0.28% -
XYZ 3.61 2.17 4.1 -
YUV 40.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 71 21 57 0 0.70 0.20 0.72 316.8 0.54 0.18
Hex 47 15 39 0 46 14 48 13D 36 12
Octal 107 25 71 0 106 24 110 475 66 22
Binary 1000111 10101 111001 0 1000110 10100 1001000 100111101 110110 10010

Color Harmonies of #471539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471539

Black with #471539

Text Example


Text Example

White with #471539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471539; }

 p { color: rgb(71,21,57); }

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

background-color css

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

 a { background-color: rgb(71,21,57); }

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

border-color css

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

 span { border-color: rgb(71,21,57); }

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