#360D1E

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

Shades of Blackberry #360D1E

Tints of Blackberry #360D1E

Color information

#360D1E (or 0x360D1E) is unknown color: approx Blackberry. HEX triplet: 36, 0D and 1E. RGB value is (54,13,30). Sum of RGB (Red+Green+Blue) = 54+13+30=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #360D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D1E is #C9F2E1. Grayscale: #1B1B1B. Windows color (decimal): -13234914 or 1969462. OLE color: 1969462.

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

Color convert

RGB541330-
CMYK00.760.440.79
HSL335.12º61.19%13.14%-
HSV(B)335.12º75.93%21.18%-
XYZ1.91.171.35-
YUV27.2129.58147.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=55.67%
G=13.40%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54133000.760.440.79335.1261.1913.14
Hex36D1E04C2C4F14f3dd
Octal6615360114541175177515
Binary1101101101111100100110010110010011111010011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,13,30); }

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

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

 a { background-color: rgb(54,13,30); }

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

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

 span { border-color: rgb(54,13,30); }

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