#310018

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

Shades of Blackberry #310018

Tints of Blackberry #310018

Color information

#310018 (or 0x310018) is unknown color: approx Blackberry. HEX triplet: 31, 00 and 18. RGB value is (49,0,24). Sum of RGB (Red+Green+Blue) = 49+0+24=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #310018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310018 is #CEFFE7. Grayscale: #111111. Windows color (decimal): -13565928 or 1572913. OLE color: 1572913.

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

Color convert

RGB49024-
CMYK010.510.81
HSL330.61º100%9.61%-
HSV(B)330.61º100%19.22%-
XYZ1.430.720.93-
YUV17.39131.73150.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 67.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=67.12%
G=0%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49024010.510.81330.611009.61
Hex31018064335114b64a
Octal6103001446312151314412
Binary11000101100001100100110011101000110100101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310018; }

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

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

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

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

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

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

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

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