#360729

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

Shades of Blackberry #360729

Tints of Blackberry #360729

Color information

#360729 (or 0x360729) is unknown color: approx Blackberry. HEX triplet: 36, 07 and 29. RGB value is (54,7,41). Sum of RGB (Red+Green+Blue) = 54+7+41=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #360729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360729 is #C9F8D6. Grayscale: #181818. Windows color (decimal): -13236439 or 2688822. OLE color: 2688822.

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

Color convert

RGB54741-
CMYK00.870.240.79
HSL316.6º77.05%11.96%-
HSV(B)316.6º87.04%21.18%-
XYZ21.12.2-
YUV24.93137.07148.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 41 (16.41% from 255) = 40.20%
R=52.94%
G=6.86%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5474100.870.240.79316.677.0511.96
Hex36729057184F13d4dc
Octal6675101273011747511514
Binary1101101111010010101011111000100111110011110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360729; }

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

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

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

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

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

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

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

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