#311626

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

Shades of Blackberry #311626

Tints of Blackberry #311626

Color information

#311626 (or 0x311626) is unknown color: approx Blackberry. HEX triplet: 31, 16 and 26. RGB value is (49,22,38). Sum of RGB (Red+Green+Blue) = 49+22+38=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #311626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311626 is #CEE9D9. Grayscale: #1F1F1F. Windows color (decimal): -13560282 or 2496049. OLE color: 2496049.

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

Color convert

RGB492238-
CMYK00.550.220.81
HSL324.44º38.03%13.92%-
HSV(B)324.44º55.1%19.22%-
XYZ1.91.372-
YUV31.9131.45140.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=44.95%
G=20.18%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49223800.550.220.81324.4438.0313.92
Hex311626037165114426e
Octal612646067261215044616
Binary1100011011010011001101111011010100011010001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311626; }

 p { color: rgb(49,22,38); }

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

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

 a { background-color: rgb(49,22,38); }

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

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

 span { border-color: rgb(49,22,38); }

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