#360421

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

Shades of Blackberry #360421

Tints of Blackberry #360421

Color information

#360421 (or 0x360421) is unknown color: approx Blackberry. HEX triplet: 36, 04 and 21. RGB value is (54,4,33). Sum of RGB (Red+Green+Blue) = 54+4+33=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #360421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360421 is #C9FBDE. Grayscale: #161616. Windows color (decimal): -13237215 or 2163766. OLE color: 2163766.

HSL color Cylindrical-coordinate representation of color #360421: hue angle of 325.2º 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 #360421 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB54433-
CMYK00.930.390.79
HSL325.2º86.21%11.37%-
HSV(B)325.2º92.59%21.18%-
XYZ1.840.981.53-
YUV22.26134.06150.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 59.34%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=59.34%
G=4.40%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5443300.930.390.79325.286.2111.37
Hex3642105D274F14556b
Octal6644101354711750512613
Binary11011010010000101011101100111100111110100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360421; }

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

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

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

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

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

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

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

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