#360019

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

Shades of Blackberry #360019

Tints of Blackberry #360019

Color information

#360019 (or 0x360019) is unknown color: approx Blackberry. HEX triplet: 36, 00 and 19. RGB value is (54,0,25). Sum of RGB (Red+Green+Blue) = 54+0+25=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360019 is #C9FFE6. Grayscale: #121212. Windows color (decimal): -13238247 or 1638454. OLE color: 1638454.

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

Color convert

RGB54025-
CMYK010.540.79
HSL332.22º100%10.59%-
HSV(B)332.22º100%21.18%-
XYZ1.70.851-
YUV19131.39152.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=68.35%
G=0%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54025010.540.79332.2210010.59
Hex36019064364F14c64b
Octal6603101446611751414413
Binary11011001100101100100110110100111110100110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360019; }

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

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

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

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

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

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

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

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