#471228

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

Shades of Blackberry #471228

Tints of Blackberry #471228

Color information

#471228 (or 0x471228) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 28. RGB value is (71,18,40). Sum of RGB (Red+Green+Blue) = 71+18+40=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471228 is #B8EDD7. Grayscale: #242424. Windows color (decimal): -12119512 or 2626119. OLE color: 2626119.

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

Color convert

RGB711840-
CMYK00.750.440.72
HSL335.09º59.55%17.45%-
HSV(B)335.09º74.65%27.84%-
XYZ3.21.932.21-
YUV36.35130.06152.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=55.04%
G=13.95%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71184000.750.440.72335.0959.5517.45
Hex47122804B2C4814f3c11
Octal10722500113541105177421
Binary10001111001010100001001011101100100100010100111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471228; }

 p { color: rgb(71,18,40); }

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

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

 a { background-color: rgb(71,18,40); }

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

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

 span { border-color: rgb(71,18,40); }

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