#311823

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

Shades of Blackberry #311823

Tints of Blackberry #311823

Color information

#311823 (or 0x311823) is unknown color: approx Blackberry. HEX triplet: 31, 18 and 23. RGB value is (49,24,35). Sum of RGB (Red+Green+Blue) = 49+24+35=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #311823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311823 is #CEE7DC. Grayscale: #202020. Windows color (decimal): -13559773 or 2299953. OLE color: 2299953.

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

Color convert

RGB492435-
CMYK00.510.290.81
HSL333.6º34.25%14.31%-
HSV(B)333.6º51.02%19.22%-
XYZ1.91.431.77-
YUV32.73129.28139.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 35 (14.06% from 255) = 32.41%
R=45.37%
G=22.22%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49243500.510.290.81333.634.2514.31
Hex3118230331D5114e22e
Octal613043063351215164216
Binary1100011100010001101100111110110100011010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311823; }

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

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

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

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

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

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

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

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