#360C1C

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

Shades of Blackberry #360C1C

Tints of Blackberry #360C1C

Color information

#360C1C (or 0x360C1C) is unknown color: approx Blackberry. HEX triplet: 36, 0C and 1C. RGB value is (54,12,28). Sum of RGB (Red+Green+Blue) = 54+12+28=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #360C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C1C is #C9F3E3. Grayscale: #1A1A1A. Windows color (decimal): -13235172 or 1838134. OLE color: 1838134.

HSL color Cylindrical-coordinate representation of color #360C1C: hue angle of 337.14º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C1C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB541228-
CMYK00.780.480.79
HSL337.14º63.64%12.94%-
HSV(B)337.14º77.78%21.18%-
XYZ1.861.131.22-
YUV26.38128.91147.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 57.45%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=57.45%
G=12.77%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54122800.780.480.79337.1463.6412.94
Hex36C1C04E304F15140d
Octal66143401166011752110015
Binary11011011001110001001110110000100111110101000110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360C1C; }

 p { color: rgb(54,12,28); }

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

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

 a { background-color: rgb(54,12,28); }

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

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

 span { border-color: rgb(54,12,28); }

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