Html Css Color HEX #471536 Blackberry

📋 copy color: '#471536'

red 71 ◦ green 21 ◦ blue 54

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

Shades of Blackberry #471536

Tints of Blackberry #471536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 36.99%

R = 48.63%
G = 14.38%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#471536 (or 0x471536) is known color: Blackberry. HEX triplet: 47, 15 and 36. RGB value is (71,21,54). Sum of RGB (Red+Green+Blue) = 71+21+54=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #471536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471536 is #B8EAC9. Grayscale: #272727. Windows color (decimal): -12118730 or 3544391. OLE color: 3544391.

HSL color Cylindrical-coordinate representation of color #471536: hue angle of 320.4º 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 #471536 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 54 -
CMYK 0 0.70 0.24 0.72
HSL 320.4º 0.54% 0.18% -
HSV(B) 320.4º 0.7% 0.28% -
XYZ 3.53 2.14 3.72 -
YUV 39.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 71 21 54 0 0.70 0.24 0.72 320.4 0.54 0.18
Hex 47 15 36 0 46 18 48 140 36 12
Octal 107 25 66 0 106 30 110 500 66 22
Binary 1000111 10101 110110 0 1000110 11000 1001000 101000000 110110 10010

Color Harmonies of #471536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471536

Black with #471536

Text Example


Text Example

White with #471536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471536; }

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

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

background-color css

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

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

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

border-color css

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

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

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