#471429

Color #471429 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #471429

Tints of Blackberry #471429

Color information

#471429 (or 0x471429) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 29. RGB value is (71,20,41). Sum of RGB (Red+Green+Blue) = 71+20+41=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471429 is #B8EBD6. Grayscale: #252525. Windows color (decimal): -12118999 or 2692167. OLE color: 2692167.

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

Color convert

RGB712041-
CMYK00.720.420.72
HSL335.29º56.04%17.84%-
HSV(B)335.29º71.83%27.84%-
XYZ3.2522.31-
YUV37.64129.9151.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=53.79%
G=15.15%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71204100.720.420.72335.2956.0417.84
Hex4714290482A4814f3812
Octal10724510110521105177022
Binary10001111010010100101001000101010100100010100111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471429; }

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

 H1.HeaderClassName
 {
   color: #471429;
 }
 .AnyTagClassName
 {
   color: #471429;
 }
</style>
background-color css

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

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

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

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

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

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