#311322

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

Shades of Blackberry #311322

Tints of Blackberry #311322

Color information

#311322 (or 0x311322) is unknown color: approx Blackberry. HEX triplet: 31, 13 and 22. RGB value is (49,19,34). Sum of RGB (Red+Green+Blue) = 49+19+34=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311322 is #CEECDD. Grayscale: #1D1D1D. Windows color (decimal): -13561054 or 2233137. OLE color: 2233137.

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

Color convert

RGB491934-
CMYK00.610.310.81
HSL330º44.12%13.33%-
HSV(B)330º61.22%19.22%-
XYZ1.791.231.66-
YUV29.68130.44141.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 34 (13.67% from 255) = 33.33%
R=48.04%
G=18.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49193400.610.310.8133044.1213.33
Hex31132203D1F5114a2cd
Octal612342075371215125415
Binary1100011001110001001111011111110100011010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311322; }

 p { color: rgb(49,19,34); }

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

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

 a { background-color: rgb(49,19,34); }

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

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

 span { border-color: rgb(49,19,34); }

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