#311927

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

Shades of Blackberry #311927

Tints of Blackberry #311927

Color information

#311927 (or 0x311927) is unknown color: approx Blackberry. HEX triplet: 31, 19 and 27. RGB value is (49,25,39). Sum of RGB (Red+Green+Blue) = 49+25+39=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #311927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311927 is #CEE6D8. Grayscale: #212121. Windows color (decimal): -13559513 or 2562353. OLE color: 2562353.

HSL color Cylindrical-coordinate representation of color #311927: hue angle of 325º 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 #311927 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB492539-
CMYK00.490.200.81
HSL325º32.43%14.51%-
HSV(B)325º48.98%19.22%-
XYZ1.981.492.1-
YUV33.77130.95138.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=43.36%
G=22.12%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49253900.490.200.8132532.4314.51
Hex311927031145114520f
Octal613147061241215054017
Binary1100011100110011101100011010010100011010001011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311927; }

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

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

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

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

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

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

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

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