#360121

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

Shades of Blackberry #360121

Tints of Blackberry #360121

Color information

#360121 (or 0x360121) is unknown color: approx Blackberry. HEX triplet: 36, 01 and 21. RGB value is (54,1,33). Sum of RGB (Red+Green+Blue) = 54+1+33=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #360121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360121 is #C9FEDE. Grayscale: #141414. Windows color (decimal): -13237983 or 2162998. OLE color: 2162998.

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

Color convert

RGB54133-
CMYK00.980.390.79
HSL323.77º96.36%10.78%-
HSV(B)323.77º98.15%21.18%-
XYZ1.810.921.52-
YUV20.5135.06151.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 61.36%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=61.36%
G=1.14%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5413300.980.390.79323.7796.3610.78
Hex36121062274F14460b
Octal6614101424711750414013
Binary110110110000101100010100111100111110100010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360121; }

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

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

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

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

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

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

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

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