#360429

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

Shades of Blackberry #360429

Tints of Blackberry #360429

Color information

#360429 (or 0x360429) is unknown color: approx Blackberry. HEX triplet: 36, 04 and 29. RGB value is (54,4,41). Sum of RGB (Red+Green+Blue) = 54+4+41=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #360429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360429 is #C9FBD6. Grayscale: #171717. Windows color (decimal): -13237207 or 2688054. OLE color: 2688054.

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

Color convert

RGB54441-
CMYK00.930.240.79
HSL315.6º86.21%11.37%-
HSV(B)315.6º92.59%21.18%-
XYZ1.961.032.19-
YUV23.17138.06149.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54.55%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=54.55%
G=4.04%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5444100.930.240.79315.686.2111.37
Hex3642905D184F13c56b
Octal6645101353011747412613
Binary1101101001010010101110111000100111110011110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360429; }

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

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

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

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

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

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

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

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