Html Css Color HEX #471032 Blackberry

📋 copy color: '#471032'

red 71 ◦ green 16 ◦ blue 50

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

Shades of Blackberry #471032

Tints of Blackberry #471032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

 BLUE value IS 50 (19.92% from 255) = 36.5%

R = 51.82%
G = 11.68%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#471032 (or 0x471032) is known color: Blackberry. HEX triplet: 47, 10 and 32. RGB value is (71,16,50). Sum of RGB (Red+Green+Blue) = 71+16+50=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #471032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471032 is #B8EFCD. Grayscale: #242424. Windows color (decimal): -12120014 or 3280967. OLE color: 3280967.

HSL color Cylindrical-coordinate representation of color #471032: hue angle of 322.91º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471032 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 16 50 -
CMYK 0 0.77 0.30 0.72
HSL 322.91º 0.63% 0.17% -
HSV(B) 322.91º 0.77% 0.28% -
XYZ 3.36 1.94 3.22 -
YUV 36.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 71 16 50 0 0.77 0.30 0.72 322.91 0.63 0.17
Hex 47 10 32 0 4D 1E 48 143 3F 11
Octal 107 20 62 0 115 36 110 503 77 21
Binary 1000111 10000 110010 0 1001101 11110 1001000 101000011 111111 10001

Color Harmonies of #471032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471032

Black with #471032

Text Example


Text Example

White with #471032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471032; }

 p { color: rgb(71,16,50); }

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

background-color css

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

 a { background-color: rgb(71,16,50); }

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

border-color css

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

 span { border-color: rgb(71,16,50); }

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