#311826

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

Shades of Blackberry #311826

Tints of Blackberry #311826

Color information

#311826 (or 0x311826) is unknown color: approx Blackberry. HEX triplet: 31, 18 and 26. RGB value is (49,24,38). Sum of RGB (Red+Green+Blue) = 49+24+38=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #311826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311826 is #CEE7D9. Grayscale: #212121. Windows color (decimal): -13559770 or 2496561. OLE color: 2496561.

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

Color convert

RGB492438-
CMYK00.510.220.81
HSL326.4º34.25%14.31%-
HSV(B)326.4º51.02%19.22%-
XYZ1.941.452.01-
YUV33.07130.78139.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=44.14%
G=21.62%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49243800.510.220.81326.434.2514.31
Hex311826033165114622e
Octal613046063261215064216
Binary1100011100010011001100111011010100011010001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311826; }

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

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

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

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

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

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

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

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