#360A1B

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

Shades of Blackberry #360A1B

Tints of Blackberry #360A1B

Color information

#360A1B (or 0x360A1B) is unknown color: approx Blackberry. HEX triplet: 36, 0A and 1B. RGB value is (54,10,27). Sum of RGB (Red+Green+Blue) = 54+10+27=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #360A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A1B is #C9F5E4. Grayscale: #191919. Windows color (decimal): -13235685 or 1772086. OLE color: 1772086.

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

Color convert

RGB541027-
CMYK00.810.50.79
HSL336.82º68.75%12.55%-
HSV(B)336.82º81.48%21.18%-
XYZ1.831.081.15-
YUV25.09129.08148.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 59.34%
GREEN value IS 10 (4.30% from 255) = 10.99%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=59.34%
G=10.99%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54102700.810.50.79336.8268.7512.55
Hex36A1B051324F15145d
Octal66123301216211752110515
Binary11011010101101101010001110010100111110101000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,10,27); }

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

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

 a { background-color: rgb(54,10,27); }

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

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

 span { border-color: rgb(54,10,27); }

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