#31093E

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

Shades of Blackcurrant #31093E

Tints of Blackcurrant #31093E

Color information

#31093E (or 0x31093E) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 3E. RGB value is (49,9,62). Sum of RGB (Red+Green+Blue) = 49+9+62=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #31093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31093E is #CEF6C1. Grayscale: #1A1A1A. Windows color (decimal): -13563586 or 4065585. OLE color: 4065585.

HSL color Cylindrical-coordinate representation of color #31093E: hue angle of 285.28º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31093E is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB49962-
CMYK0.210.8500.76
HSL285.28º74.65%13.92%-
HSV(B)285.28º85.48%24.31%-
XYZ2.231.24.67-
YUV27147.75143.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 62 (24.61% from 255) = 51.67%
R=40.83%
G=7.5%
B=51.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal499620.210.8500.76285.2874.6513.92
Hex3193E155504C11d4be
Octal61117625125011443511316
Binary11000110011111101010110101010100110010001110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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