#360529

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

Shades of Blackberry #360529

Tints of Blackberry #360529

Color information

#360529 (or 0x360529) is unknown color: approx Blackberry. HEX triplet: 36, 05 and 29. RGB value is (54,5,41). Sum of RGB (Red+Green+Blue) = 54+5+41=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #360529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360529 is #C9FAD6. Grayscale: #171717. Windows color (decimal): -13236951 or 2688310. OLE color: 2688310.

HSL color Cylindrical-coordinate representation of color #360529: hue angle of 315.92º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360529 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB54541-
CMYK00.910.240.79
HSL315.92º83.05%11.57%-
HSV(B)315.92º90.74%21.18%-
XYZ1.981.052.2-
YUV23.76137.73149.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 41 (16.41% from 255) = 41%
R=54%
G=5%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5454100.910.240.79315.9283.0511.57
Hex3652905B184F13c53c
Octal6655101333011747412314
Binary1101101011010010101101111000100111110011110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360529; }

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

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

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

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

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

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

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

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