#311726

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

Shades of Blackberry #311726

Tints of Blackberry #311726

Color information

#311726 (or 0x311726) is unknown color: approx Blackberry. HEX triplet: 31, 17 and 26. RGB value is (49,23,38). Sum of RGB (Red+Green+Blue) = 49+23+38=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #311726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311726 is #CEE8D9. Grayscale: #202020. Windows color (decimal): -13560026 or 2496305. OLE color: 2496305.

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

Color convert

RGB492338-
CMYK00.530.220.81
HSL325.38º36.11%14.12%-
HSV(B)325.38º53.06%19.22%-
XYZ1.921.412-
YUV32.48131.11139.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 23 (9.38% from 255) = 20.91%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=44.55%
G=20.91%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49233800.530.220.81325.3836.1114.12
Hex311726035165114524e
Octal612746065261215054416
Binary1100011011110011001101011011010100011010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311726; }

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

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

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

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

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

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

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

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