#481126

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

Shades of Blackberry #481126

Tints of Blackberry #481126

Color information

#481126 (or 0x481126) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 26. RGB value is (72,17,38). Sum of RGB (Red+Green+Blue) = 72+17+38=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481126 is #B7EED9. Grayscale: #232323. Windows color (decimal): -12054234 or 2494792. OLE color: 2494792.

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

Color convert

RGB721738-
CMYK00.760.470.72
HSL337.09º61.8%17.45%-
HSV(B)337.09º76.39%28.24%-
XYZ3.221.922.03-
YUV35.84129.22153.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=56.69%
G=13.39%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72173800.760.470.72337.0961.817.45
Hex48112604C2F481513e11
Octal11021460114571105217621
Binary10010001000110011001001100101111100100010101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481126; }

 p { color: rgb(72,17,38); }

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

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

 a { background-color: rgb(72,17,38); }

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

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

 span { border-color: rgb(72,17,38); }

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