Html Css Color HEX #471329 Blackberry

📋 copy color: '#471329'

red 71 ◦ green 19 ◦ blue 41

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

Shades of Blackberry #471329

Tints of Blackberry #471329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

 BLUE value IS 41 (16.41% from 255) = 31.3%

R = 54.2%
G = 14.5%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#471329 (or 0x471329) is known color: Blackberry. HEX triplet: 47, 13 and 29. RGB value is (71,19,41). Sum of RGB (Red+Green+Blue) = 71+19+41=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471329 is #B8ECD6. Grayscale: #252525. Windows color (decimal): -12119255 or 2691911. OLE color: 2691911.

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

Color convert

RGB 71 19 41 -
CMYK 0 0.73 0.42 0.72
HSL 334.62º 0.58% 0.18% -
HSV(B) 334.62º 0.73% 0.28% -
XYZ 3.23 1.97 2.31 -
YUV 37.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 71 19 41 0 0.73 0.42 0.72 334.62 0.58 0.18
Hex 47 13 29 0 49 2A 48 14F 3A 12
Octal 107 23 51 0 111 52 110 517 72 22
Binary 1000111 10011 101001 0 1001001 101010 1001000 101001111 111010 10010

Color Harmonies of #471329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471329

Black with #471329

Text Example


Text Example

White with #471329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471329; }

 p { color: rgb(71,19,41); }

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

background-color css

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

 a { background-color: rgb(71,19,41); }

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

border-color css

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

 span { border-color: rgb(71,19,41); }

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