#310019

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

Shades of Blackberry #310019

Tints of Blackberry #310019

Color information

#310019 (or 0x310019) is unknown color: approx Blackberry. HEX triplet: 31, 00 and 19. RGB value is (49,0,25). Sum of RGB (Red+Green+Blue) = 49+0+25=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310019 is #CEFFE6. Grayscale: #111111. Windows color (decimal): -13565927 or 1638449. OLE color: 1638449.

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

Color convert

RGB49025-
CMYK010.490.81
HSL329.39º100%9.61%-
HSV(B)329.39º100%19.22%-
XYZ1.440.720.98-
YUV17.5132.23150.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 33.78%
R=66.22%
G=0%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49025010.490.81329.391009.61
Hex31019064315114964a
Octal6103101446112151114412
Binary11000101100101100100110001101000110100100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310019; }

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

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

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

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

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

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

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

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