#360119

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

Shades of Blackberry #360119

Tints of Blackberry #360119

Color information

#360119 (or 0x360119) is unknown color: approx Blackberry. HEX triplet: 36, 01 and 19. RGB value is (54,1,25). Sum of RGB (Red+Green+Blue) = 54+1+25=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #360119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360119 is #C9FEE6. Grayscale: #131313. Windows color (decimal): -13237991 or 1638710. OLE color: 1638710.

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

Color convert

RGB54125-
CMYK00.980.540.79
HSL332.83º96.36%10.78%-
HSV(B)332.83º98.15%21.18%-
XYZ1.710.881-
YUV19.58131.06152.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 67.5%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 25 (10.16% from 255) = 31.25%
R=67.5%
G=1.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5412500.980.540.79332.8396.3610.78
Hex36119062364F14d60b
Octal6613101426611751514013
Binary11011011100101100010110110100111110100110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360119; }

 p { color: rgb(54,1,25); }

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

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

 a { background-color: rgb(54,1,25); }

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

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

 span { border-color: rgb(54,1,25); }

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