#361524

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

Shades of Blackberry #361524

Tints of Blackberry #361524

Color information

#361524 (or 0x361524) is unknown color: approx Blackberry. HEX triplet: 36, 15 and 24. RGB value is (54,21,36). Sum of RGB (Red+Green+Blue) = 54+21+36=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #361524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361524 is #C9EADB. Grayscale: #202020. Windows color (decimal): -13232860 or 2364726. OLE color: 2364726.

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

Color convert

RGB542136-
CMYK00.610.330.79
HSL332.73º44%14.71%-
HSV(B)332.73º61.11%21.18%-
XYZ2.111.451.84-
YUV32.58129.93143.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=48.65%
G=18.92%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54213600.610.330.79332.734414.71
Hex36152403D214F14d2cf
Octal662544075411175155417
Binary11011010101100100011110110000110011111010011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361524; }

 p { color: rgb(54,21,36); }

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

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

 a { background-color: rgb(54,21,36); }

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

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

 span { border-color: rgb(54,21,36); }

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