#360426

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

Shades of Blackberry #360426

Tints of Blackberry #360426

Color information

#360426 (or 0x360426) is unknown color: approx Blackberry. HEX triplet: 36, 04 and 26. RGB value is (54,4,38). Sum of RGB (Red+Green+Blue) = 54+4+38=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #360426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360426 is #C9FBD9. Grayscale: #161616. Windows color (decimal): -13237210 or 2491446. OLE color: 2491446.

HSL color Cylindrical-coordinate representation of color #360426: hue angle of 319.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360426 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB54438-
CMYK00.930.300.79
HSL319.2º86.21%11.37%-
HSV(B)319.2º92.59%21.18%-
XYZ1.911.011.93-
YUV22.83136.56150.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.25%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=56.25%
G=4.17%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5443800.930.300.79319.286.2111.37
Hex3642605D1E4F13f56b
Octal6644601353611747712613
Binary1101101001001100101110111110100111110011111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360426; }

 p { color: rgb(54,4,38); }

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

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

 a { background-color: rgb(54,4,38); }

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

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

 span { border-color: rgb(54,4,38); }

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