#360829

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

Shades of Blackberry #360829

Tints of Blackberry #360829

Color information

#360829 (or 0x360829) is unknown color: approx Blackberry. HEX triplet: 36, 08 and 29. RGB value is (54,8,41). Sum of RGB (Red+Green+Blue) = 54+8+41=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #360829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360829 is #C9F7D6. Grayscale: #191919. Windows color (decimal): -13236183 or 2689078. OLE color: 2689078.

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

Color convert

RGB54841-
CMYK00.850.240.79
HSL316.96º74.19%12.16%-
HSV(B)316.96º85.19%21.18%-
XYZ2.011.122.21-
YUV25.52136.74148.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.43%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 41 (16.41% from 255) = 39.81%
R=52.43%
G=7.77%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5484100.850.240.79316.9674.1912.16
Hex36829055184F13d4ac
Octal66105101253011747511214
Binary11011010001010010101010111000100111110011110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360829; }

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

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

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

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

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

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

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

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