#360117

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

Shades of Blackberry #360117

Tints of Blackberry #360117

Color information

#360117 (or 0x360117) is unknown color: approx Blackberry. HEX triplet: 36, 01 and 17. RGB value is (54,1,23). Sum of RGB (Red+Green+Blue) = 54+1+23=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360117 is #C9FEE8. Grayscale: #131313. Windows color (decimal): -13237993 or 1507638. OLE color: 1507638.

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

Color convert

RGB54123-
CMYK00.980.570.79
HSL335.09º96.36%10.78%-
HSV(B)335.09º98.15%21.18%-
XYZ1.690.870.89-
YUV19.36130.06152.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 69.23%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=69.23%
G=1.28%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5412300.980.570.79335.0996.3610.78
Hex36117062394F14f60b
Octal6612701427111751714013
Binary11011011011101100010111001100111110100111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360117; }

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

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

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

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

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

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

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

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