#361124

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

Shades of Blackberry #361124

Tints of Blackberry #361124

Color information

#361124 (or 0x361124) is unknown color: approx Blackberry. HEX triplet: 36, 11 and 24. RGB value is (54,17,36). Sum of RGB (Red+Green+Blue) = 54+17+36=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #361124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361124 is #C9EEDB. Grayscale: #1E1E1E. Windows color (decimal): -13233884 or 2363702. OLE color: 2363702.

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

Color convert

RGB541736-
CMYK00.690.330.79
HSL329.19º52.11%13.92%-
HSV(B)329.19º68.52%21.18%-
XYZ2.041.311.81-
YUV30.23131.26144.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=50.47%
G=15.89%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54173600.690.330.79329.1952.1113.92
Hex361124045214F14934e
Octal6621440105411175116416
Binary110110100011001000100010110000110011111010010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361124; }

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

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

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

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

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

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

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

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