#311522

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

Shades of Blackberry #311522

Tints of Blackberry #311522

Color information

#311522 (or 0x311522) is unknown color: approx Blackberry. HEX triplet: 31, 15 and 22. RGB value is (49,21,34). Sum of RGB (Red+Green+Blue) = 49+21+34=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #311522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311522 is #CEEADD. Grayscale: #1E1E1E. Windows color (decimal): -13560542 or 2233649. OLE color: 2233649.

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

Color convert

RGB492134-
CMYK00.570.310.81
HSL332.14º40%13.73%-
HSV(B)332.14º57.14%19.22%-
XYZ1.821.31.67-
YUV30.85129.78140.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=47.12%
G=20.19%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49213400.570.310.81332.144013.73
Hex3115220391F5114c28e
Octal612542071371215145016
Binary1100011010110001001110011111110100011010011001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311522; }

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

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

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

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

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

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

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

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