#471226

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

Shades of Blackberry #471226

Tints of Blackberry #471226

Color information

#471226 (or 0x471226) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 26. RGB value is (71,18,38). Sum of RGB (Red+Green+Blue) = 71+18+38=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471226 is #B8EDD9. Grayscale: #242424. Windows color (decimal): -12119514 or 2495047. OLE color: 2495047.

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

Color convert

RGB711838-
CMYK00.750.460.72
HSL337.36º59.55%17.45%-
HSV(B)337.36º74.65%27.84%-
XYZ3.161.912.04-
YUV36.13129.06152.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=55.91%
G=14.17%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71183800.750.460.72337.3659.5517.45
Hex47122604B2E481513c11
Octal10722460113561105217421
Binary10001111001010011001001011101110100100010101000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471226; }

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

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

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

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

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

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

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

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