#311022

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

Shades of Blackberry #311022

Tints of Blackberry #311022

Color information

#311022 (or 0x311022) is unknown color: approx Blackberry. HEX triplet: 31, 10 and 22. RGB value is (49,16,34). Sum of RGB (Red+Green+Blue) = 49+16+34=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311022 is #CEEFDD. Grayscale: #1B1B1B. Windows color (decimal): -13561822 or 2232369. OLE color: 2232369.

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

Color convert

RGB491634-
CMYK00.670.310.81
HSL327.27º50.77%12.75%-
HSV(B)327.27º67.35%19.22%-
XYZ1.741.141.64-
YUV27.92131.43143.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 34 (13.67% from 255) = 34.34%
R=49.49%
G=16.16%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49163400.670.310.81327.2750.7712.75
Hex3110220431F5114733d
Octal6120420103371215076315
Binary11000110000100010010000111111110100011010001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311022; }

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

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

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

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

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

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

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

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