#360319

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

Shades of Blackberry #360319

Tints of Blackberry #360319

Color information

#360319 (or 0x360319) is unknown color: approx Blackberry. HEX triplet: 36, 03 and 19. RGB value is (54,3,25). Sum of RGB (Red+Green+Blue) = 54+3+25=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #360319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360319 is #C9FCE6. Grayscale: #141414. Windows color (decimal): -13237479 or 1639222. OLE color: 1639222.

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

Color convert

RGB54325-
CMYK00.940.540.79
HSL334.12º89.47%11.18%-
HSV(B)334.12º94.44%21.18%-
XYZ1.730.921.01-
YUV20.76130.4151.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.85%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=65.85%
G=3.66%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5432500.940.540.79334.1289.4711.18
Hex3631905E364F14e59b
Octal6633101366611751613113
Binary110110111100101011110110110100111110100111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360319; }

 p { color: rgb(54,3,25); }

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

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

 a { background-color: rgb(54,3,25); }

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

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

 span { border-color: rgb(54,3,25); }

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