#310342

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

Shades of Blackcurrant #310342

Tints of Blackcurrant #310342

Color information

#310342 (or 0x310342) is unknown color: approx Blackcurrant. HEX triplet: 31, 03 and 42. RGB value is (49,3,66). Sum of RGB (Red+Green+Blue) = 49+3+66=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #310342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310342 is #CEFCBD. Grayscale: #171717. Windows color (decimal): -13565118 or 4326193. OLE color: 4326193.

HSL color Cylindrical-coordinate representation of color #310342: hue angle of 283.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310342 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB49366-
CMYK0.260.9500.74
HSL283.81º91.3%13.53%-
HSV(B)283.81º95.45%25.88%-
XYZ2.281.115.25-
YUV23.94151.74145.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 66 (26.17% from 255) = 55.93%
R=41.53%
G=2.54%
B=55.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal493660.260.9500.74283.8191.313.53
Hex313421A5F04A11c5be
Octal61310232137011243413316
Binary1100011110000101101010111110100101010001110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310342; }

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

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

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

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

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

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

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

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