#471225

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

Shades of Blackberry #471225

Tints of Blackberry #471225

Color information

#471225 (or 0x471225) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 25. RGB value is (71,18,37). Sum of RGB (Red+Green+Blue) = 71+18+37=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471225 is #B8EDDA. Grayscale: #232323. Windows color (decimal): -12119515 or 2429511. OLE color: 2429511.

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

Color convert

RGB711837-
CMYK00.750.480.72
HSL338.49º59.55%17.45%-
HSV(B)338.49º74.65%27.84%-
XYZ3.151.911.95-
YUV36.01128.56152.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=56.35%
G=14.29%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71183700.750.480.72338.4959.5517.45
Hex47122504B30481523c11
Octal10722450113601105227421
Binary10001111001010010101001011110000100100010101001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471225; }

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

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

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

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

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

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

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

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