#360017

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

Shades of Blackberry #360017

Tints of Blackberry #360017

Color information

#360017 (or 0x360017) is unknown color: approx Blackberry. HEX triplet: 36, 00 and 17. RGB value is (54,0,23). Sum of RGB (Red+Green+Blue) = 54+0+23=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360017 is #C9FFE8. Grayscale: #121212. Windows color (decimal): -13238249 or 1507382. OLE color: 1507382.

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

Color convert

RGB54023-
CMYK010.570.79
HSL334.44º100%10.59%-
HSV(B)334.44º100%21.18%-
XYZ1.680.850.89-
YUV18.77130.39153.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 70.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 29.87%
R=70.13%
G=0%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54023010.570.79334.4410010.59
Hex36017064394F14e64b
Octal6602701447111751614413
Binary11011001011101100100111001100111110100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360017; }

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

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

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

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

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

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

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

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