#360428

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

Shades of Blackberry #360428

Tints of Blackberry #360428

Color information

#360428 (or 0x360428) is unknown color: approx Blackberry. HEX triplet: 36, 04 and 28. RGB value is (54,4,40). Sum of RGB (Red+Green+Blue) = 54+4+40=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #360428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360428 is #C9FBD7. Grayscale: #161616. Windows color (decimal): -13237208 or 2622518. OLE color: 2622518.

HSL color Cylindrical-coordinate representation of color #360428: hue angle of 316.8º 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 #360428 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB54440-
CMYK00.930.260.79
HSL316.8º86.21%11.37%-
HSV(B)316.8º92.59%21.18%-
XYZ1.951.022.1-
YUV23.05137.56150.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=55.10%
G=4.08%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5444000.930.260.79316.886.2111.37
Hex3642805D1A4F13d56b
Octal6645001353211747512613
Binary1101101001010000101110111010100111110011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360428; }

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

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

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

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

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

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

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

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