#360629

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

Shades of Blackberry #360629

Tints of Blackberry #360629

Color information

#360629 (or 0x360629) is unknown color: approx Blackberry. HEX triplet: 36, 06 and 29. RGB value is (54,6,41). Sum of RGB (Red+Green+Blue) = 54+6+41=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #360629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360629 is #C9F9D6. Grayscale: #181818. Windows color (decimal): -13236695 or 2688566. OLE color: 2688566.

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

Color convert

RGB54641-
CMYK00.890.240.79
HSL316.25º80%11.76%-
HSV(B)316.25º88.89%21.18%-
XYZ1.991.072.2-
YUV24.34137.4149.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 53.47%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 41 (16.41% from 255) = 40.59%
R=53.47%
G=5.94%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5464100.890.240.79316.258011.76
Hex36629059184F13c50c
Octal6665101313011747412014
Binary1101101101010010101100111000100111110011110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360629; }

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

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

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

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

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

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

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

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