#331120

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

Shades of Blackberry #331120

Tints of Blackberry #331120

Color information

#331120 (or 0x331120) is unknown color: approx Blackberry. HEX triplet: 33, 11 and 20. RGB value is (51,17,32). Sum of RGB (Red+Green+Blue) = 51+17+32=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #331120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331120 is #CCEEDF. Grayscale: #1C1C1C. Windows color (decimal): -13430496 or 2101555. OLE color: 2101555.

HSL color Cylindrical-coordinate representation of color #331120: hue angle of 333.53º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331120 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB511732-
CMYK00.670.370.8
HSL333.53º50%13.33%-
HSV(B)333.53º66.67%20%-
XYZ1.831.211.5-
YUV28.88129.76143.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 32 (12.89% from 255) = 32%
R=51%
G=17%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51173200.670.370.8333.535013.33
Hex331120043255014e32d
Octal6321400103451205166215
Binary110011100011000000100001110010110100001010011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331120; }

 p { color: rgb(51,17,32); }

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

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

 a { background-color: rgb(51,17,32); }

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

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

 span { border-color: rgb(51,17,32); }

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