#361824

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

Shades of Blackberry #361824

Tints of Blackberry #361824

Color information

#361824 (or 0x361824) is unknown color: approx Blackberry. HEX triplet: 36, 18 and 24. RGB value is (54,24,36). Sum of RGB (Red+Green+Blue) = 54+24+36=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #361824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361824 is #C9E7DB. Grayscale: #222222. Windows color (decimal): -13232092 or 2365494. OLE color: 2365494.

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

Color convert

RGB542436-
CMYK00.560.330.79
HSL336º38.46%15.29%-
HSV(B)336º55.56%21.18%-
XYZ2.171.561.86-
YUV34.34128.94142.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=47.37%
G=21.05%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54243600.560.330.7933638.4615.29
Hex361824038214F15026f
Octal663044070411175204617
Binary11011011000100100011100010000110011111010100001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361824; }

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

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

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

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

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

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

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

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