#311926

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

Shades of Blackberry #311926

Tints of Blackberry #311926

Color information

#311926 (or 0x311926) is unknown color: approx Blackberry. HEX triplet: 31, 19 and 26. RGB value is (49,25,38). Sum of RGB (Red+Green+Blue) = 49+25+38=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #311926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311926 is #CEE6D9. Grayscale: #212121. Windows color (decimal): -13559514 or 2496817. OLE color: 2496817.

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

Color convert

RGB492538-
CMYK00.490.220.81
HSL327.5º32.43%14.51%-
HSV(B)327.5º48.98%19.22%-
XYZ1.961.492.02-
YUV33.66130.45138.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=43.75%
G=22.32%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49253800.490.220.81327.532.4314.51
Hex311926031165114820f
Octal613146061261215104017
Binary1100011100110011001100011011010100011010010001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311926; }

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

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

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

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

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

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

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

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