#471529

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

Shades of Blackberry #471529

Tints of Blackberry #471529

Color information

#471529 (or 0x471529) is unknown color: approx Blackberry. HEX triplet: 47, 15 and 29. RGB value is (71,21,41). Sum of RGB (Red+Green+Blue) = 71+21+41=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #471529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471529 is #B8EAD6. Grayscale: #262626. Windows color (decimal): -12118743 or 2692423. OLE color: 2692423.

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

Color convert

RGB712141-
CMYK00.700.420.72
HSL336º54.35%18.04%-
HSV(B)336º70.42%27.84%-
XYZ3.272.042.32-
YUV38.23129.56151.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=53.38%
G=15.79%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71214100.700.420.7233654.3518.04
Hex4715290462A481503612
Octal10725510106521105206622
Binary10001111010110100101000110101010100100010101000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471529; }

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

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

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

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

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

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

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

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