#361529

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

Shades of Blackberry #361529

Tints of Blackberry #361529

Color information

#361529 (or 0x361529) is unknown color: approx Blackberry. HEX triplet: 36, 15 and 29. RGB value is (54,21,41). Sum of RGB (Red+Green+Blue) = 54+21+41=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #361529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361529 is #C9EAD6. Grayscale: #212121. Windows color (decimal): -13232855 or 2692406. OLE color: 2692406.

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

Color convert

RGB542141-
CMYK00.610.240.79
HSL323.64º44%14.71%-
HSV(B)323.64º61.11%21.18%-
XYZ2.191.482.27-
YUV33.15132.43142.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.55%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=46.55%
G=18.10%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54214100.610.240.79323.644414.71
Hex36152903D184F1442cf
Octal662551075301175045417
Binary1101101010110100101111011100010011111010001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361529; }

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

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

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

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

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

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

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

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