#31023D

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

Shades of Blackcurrant #31023D

Tints of Blackcurrant #31023D

Color information

#31023D (or 0x31023D) is unknown color: approx Blackcurrant. HEX triplet: 31, 02 and 3D. RGB value is (49,2,61). Sum of RGB (Red+Green+Blue) = 49+2+61=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #31023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31023D is #CEFDC2. Grayscale: #161616. Windows color (decimal): -13565379 or 3998257. OLE color: 3998257.

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

Color convert

RGB49261-
CMYK0.200.9700.76
HSL287.8º93.65%12.35%-
HSV(B)287.8º96.72%23.92%-
XYZ2.131.034.5-
YUV22.78149.57146.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 61 (24.22% from 255) = 54.46%
R=43.75%
G=1.79%
B=54.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal492610.200.9700.76287.893.6512.35
Hex3123D146104C1205ec
Octal6127524141011444013614
Binary110001101111011010011000010100110010010000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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