#310017

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

Shades of Blackberry #310017

Tints of Blackberry #310017

Color information

#310017 (or 0x310017) is unknown color: approx Blackberry. HEX triplet: 31, 00 and 17. RGB value is (49,0,23). Sum of RGB (Red+Green+Blue) = 49+0+23=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310017 is #CEFFE8. Grayscale: #111111. Windows color (decimal): -13565929 or 1507377. OLE color: 1507377.

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

Color convert

RGB49023-
CMYK010.530.81
HSL331.84º100%9.61%-
HSV(B)331.84º100%19.22%-
XYZ1.420.710.87-
YUV17.27131.23150.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 31.94%
R=68.06%
G=0%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49023010.530.81331.841009.61
Hex31017064355114c64a
Octal6102701446512151414412
Binary11000101011101100100110101101000110100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310017; }

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

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

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

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

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

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

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

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