#360129

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

Shades of Blackberry #360129

Tints of Blackberry #360129

Color information

#360129 (or 0x360129) is unknown color: approx Blackberry. HEX triplet: 36, 01 and 29. RGB value is (54,1,41). Sum of RGB (Red+Green+Blue) = 54+1+41=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #360129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360129 is #C9FED6. Grayscale: #151515. Windows color (decimal): -13237975 or 2687286. OLE color: 2687286.

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

Color convert

RGB54141-
CMYK00.980.240.79
HSL314.72º96.36%10.78%-
HSV(B)314.72º98.15%21.18%-
XYZ1.930.972.18-
YUV21.41139.06151.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.25%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 41 (16.41% from 255) = 42.71%
R=56.25%
G=1.04%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5414100.980.240.79314.7296.3610.78
Hex36129062184F13b60b
Octal6615101423011747314013
Binary11011011010010110001011000100111110011101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360129; }

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

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

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

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

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

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

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

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