#311422

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

Shades of Blackberry #311422

Tints of Blackberry #311422

Color information

#311422 (or 0x311422) is unknown color: approx Blackberry. HEX triplet: 31, 14 and 22. RGB value is (49,20,34). Sum of RGB (Red+Green+Blue) = 49+20+34=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311422 is #CEEBDD. Grayscale: #1E1E1E. Windows color (decimal): -13560798 or 2233393. OLE color: 2233393.

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

Color convert

RGB492034-
CMYK00.590.310.81
HSL331.03º42.03%13.53%-
HSV(B)331.03º59.18%19.22%-
XYZ1.811.271.66-
YUV30.27130.11141.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=47.57%
G=19.42%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49203400.590.310.81331.0342.0313.53
Hex31142203B1F5114b2ae
Octal612442073371215135216
Binary1100011010010001001110111111110100011010010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311422; }

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

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

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

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

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

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

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

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