#31093A

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

Shades of Blackcurrant #31093A

Tints of Blackcurrant #31093A

Color information

#31093A (or 0x31093A) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 3A. RGB value is (49,9,58). Sum of RGB (Red+Green+Blue) = 49+9+58=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #31093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31093A is #CEF6C5. Grayscale: #1A1A1A. Windows color (decimal): -13563590 or 3803441. OLE color: 3803441.

HSL color Cylindrical-coordinate representation of color #31093A: hue angle of 288.98º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31093A is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB49958-
CMYK0.160.8400.77
HSL288.98º73.13%13.14%-
HSV(B)288.98º84.48%22.75%-
XYZ2.131.154.11-
YUV26.55145.75144.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 58 (23.05% from 255) = 50%
R=42.24%
G=7.76%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal499580.160.8400.77288.9873.1313.14
Hex3193A105404D12149d
Octal61117220124011544111115
Binary11000110011110101000010101000100110110010000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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