#471629

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

Shades of Blackberry #471629

Tints of Blackberry #471629

Color information

#471629 (or 0x471629) is unknown color: approx Blackberry. HEX triplet: 47, 16 and 29. RGB value is (71,22,41). Sum of RGB (Red+Green+Blue) = 71+22+41=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471629 is #B8E9D6. Grayscale: #262626. Windows color (decimal): -12118487 or 2692679. OLE color: 2692679.

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

Color convert

RGB712241-
CMYK00.690.420.72
HSL336.73º52.69%18.24%-
HSV(B)336.73º69.01%27.84%-
XYZ3.292.072.32-
YUV38.82129.23150.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=52.99%
G=16.42%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71224100.690.420.72336.7352.6918.24
Hex4716290452A481513512
Octal10726510105521105216522
Binary10001111011010100101000101101010100100010101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471629; }

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

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

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

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

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

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

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

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