#310819

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

Shades of Blackberry #310819

Tints of Blackberry #310819

Color information

#310819 (or 0x310819) is unknown color: approx Blackberry. HEX triplet: 31, 08 and 19. RGB value is (49,8,25). Sum of RGB (Red+Green+Blue) = 49+8+25=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #310819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310819 is #CEF7E6. Grayscale: #161616. Windows color (decimal): -13563879 or 1640497. OLE color: 1640497.

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

Color convert

RGB49825-
CMYK00.840.490.81
HSL335.12º71.93%11.18%-
HSV(B)335.12º83.67%19.22%-
XYZ1.530.91.01-
YUV22.2129.58147.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=59.76%
G=9.76%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4982500.840.490.81335.1271.9311.18
Hex31819054315114f48b
Octal61103101246112151711013
Binary11000110001100101010100110001101000110100111110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310819; }

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

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

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

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

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

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

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

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