#31043D

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

Shades of Blackcurrant #31043D

Tints of Blackcurrant #31043D

Color information

#31043D (or 0x31043D) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 3D. RGB value is (49,4,61). Sum of RGB (Red+Green+Blue) = 49+4+61=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #31043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31043D is #CEFBC2. Grayscale: #171717. Windows color (decimal): -13564867 or 3998769. OLE color: 3998769.

HSL color Cylindrical-coordinate representation of color #31043D: hue angle of 287.37º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31043D is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB49461-
CMYK0.200.9300.76
HSL287.37º87.69%12.75%-
HSV(B)287.37º93.44%23.92%-
XYZ2.151.084.51-
YUV23.95148.91145.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=42.98%
G=3.51%
B=53.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal494610.200.9300.76287.3787.6912.75
Hex3143D145D04C11f58d
Octal6147524135011443713015
Binary1100011001111011010010111010100110010001111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31043D; }

 p { color: rgb(49,4,61); }

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

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

 a { background-color: rgb(49,4,61); }

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

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

 span { border-color: rgb(49,4,61); }

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