#360329

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

Shades of Blackberry #360329

Tints of Blackberry #360329

Color information

#360329 (or 0x360329) is unknown color: approx Blackberry. HEX triplet: 36, 03 and 29. RGB value is (54,3,41). Sum of RGB (Red+Green+Blue) = 54+3+41=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #360329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360329 is #C9FCD6. Grayscale: #161616. Windows color (decimal): -13237463 or 2687798. OLE color: 2687798.

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

Color convert

RGB54341-
CMYK00.940.240.79
HSL315.29º89.47%11.18%-
HSV(B)315.29º94.44%21.18%-
XYZ1.951.012.19-
YUV22.58138.4150.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=55.10%
G=3.06%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5434100.940.240.79315.2989.4711.18
Hex3632905E184F13b59b
Octal6635101363011747313113
Binary110110111010010101111011000100111110011101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360329; }

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

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

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

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

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

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

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

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