#311121

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

Shades of Blackberry #311121

Tints of Blackberry #311121

Color information

#311121 (or 0x311121) is unknown color: approx Blackberry. HEX triplet: 31, 11 and 21. RGB value is (49,17,33). Sum of RGB (Red+Green+Blue) = 49+17+33=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311121 is #CEEEDE. Grayscale: #1C1C1C. Windows color (decimal): -13561567 or 2167089. OLE color: 2167089.

HSL color Cylindrical-coordinate representation of color #311121: hue angle of 330º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311121 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB491733-
CMYK00.650.330.81
HSL330º48.48%12.94%-
HSV(B)330º65.31%19.22%-
XYZ1.741.161.57-
YUV28.39130.6142.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=49.49%
G=17.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49173300.650.330.8133048.4812.94
Hex311121041215114a30d
Octal6121410101411215126015
Binary110001100011000010100000110000110100011010010101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311121; }

 p { color: rgb(49,17,33); }

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

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

 a { background-color: rgb(49,17,33); }

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

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

 span { border-color: rgb(49,17,33); }

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