#31093F

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

Shades of Blackcurrant #31093F

Tints of Blackcurrant #31093F

Color information

#31093F (or 0x31093F) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 3F. RGB value is (49,9,63). Sum of RGB (Red+Green+Blue) = 49+9+63=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #31093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31093F is #CEF6C0. Grayscale: #1A1A1A. Windows color (decimal): -13563585 or 4131121. OLE color: 4131121.

HSL color Cylindrical-coordinate representation of color #31093F: hue angle of 284.44º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31093F is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB49963-
CMYK0.220.8600.75
HSL284.44º75%14.12%-
HSV(B)284.44º85.71%24.71%-
XYZ2.261.214.82-
YUV27.12148.25143.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 63 (25% from 255) = 52.07%
R=40.50%
G=7.44%
B=52.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal499630.220.8600.75284.447514.12
Hex3193F165604B11c4be
Octal61117726126011343411316
Binary11000110011111111011010101100100101110001110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31093F; }

 p { color: rgb(49,9,63); }

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

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

 a { background-color: rgb(49,9,63); }

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

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

 span { border-color: rgb(49,9,63); }

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