#361527

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

Shades of Blackberry #361527

Tints of Blackberry #361527

Color information

#361527 (or 0x361527) is unknown color: approx Blackberry. HEX triplet: 36, 15 and 27. RGB value is (54,21,39). Sum of RGB (Red+Green+Blue) = 54+21+39=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #361527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361527 is #C9EAD8. Grayscale: #202020. Windows color (decimal): -13232857 or 2561334. OLE color: 2561334.

HSL color Cylindrical-coordinate representation of color #361527: hue angle of 327.27º 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 #361527 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB542139-
CMYK00.610.280.79
HSL327.27º44%14.71%-
HSV(B)327.27º61.11%21.18%-
XYZ2.161.472.09-
YUV32.92131.43143.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=47.37%
G=18.42%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54213900.610.280.79327.274414.71
Hex36152703D1C4F1472cf
Octal662547075341175075417
Binary1101101010110011101111011110010011111010001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361527; }

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

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

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

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

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

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

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

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