#311827

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

Shades of Blackberry #311827

Tints of Blackberry #311827

Color information

#311827 (or 0x311827) is unknown color: approx Blackberry. HEX triplet: 31, 18 and 27. RGB value is (49,24,39). Sum of RGB (Red+Green+Blue) = 49+24+39=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #311827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311827 is #CEE7D8. Grayscale: #212121. Windows color (decimal): -13559769 or 2562097. OLE color: 2562097.

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

Color convert

RGB492439-
CMYK00.510.200.81
HSL324º34.25%14.31%-
HSV(B)324º51.02%19.22%-
XYZ1.961.452.1-
YUV33.18131.28139.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 39 (15.62% from 255) = 34.82%
R=43.75%
G=21.43%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49243900.510.200.8132434.2514.31
Hex311827033145114422e
Octal613047063241215044216
Binary1100011100010011101100111010010100011010001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311827; }

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

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

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

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

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

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

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

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