#310317

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

Shades of Blackberry #310317

Tints of Blackberry #310317

Color information

#310317 (or 0x310317) is unknown color: approx Blackberry. HEX triplet: 31, 03 and 17. RGB value is (49,3,23). Sum of RGB (Red+Green+Blue) = 49+3+23=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310317 is #CEFCE8. Grayscale: #131313. Windows color (decimal): -13565161 or 1508145. OLE color: 1508145.

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

Color convert

RGB49323-
CMYK00.940.530.81
HSL333.91º88.46%10.2%-
HSV(B)333.91º93.88%19.22%-
XYZ1.450.780.88-
YUV19.03130.24149.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 23 (9.38% from 255) = 30.67%
R=65.33%
G=4%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4932300.940.530.81333.9188.4610.2
Hex3131705E355114e58a
Octal6132701366512151613012
Binary110001111011101011110110101101000110100111010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310317; }

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

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

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

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

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

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

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

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