Html Css Color HEX #31023D Blackcurrant

📋 copy color: '#31023D'

red 49 ◦ green 2 ◦ blue 61

#31023D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #31023D

Tints of Blackcurrant #31023D

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 value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31023D (or 0x31023D) is known color: 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

RGB 49 2 61 -
CMYK 0.20 0.97 0 0.76
HSL 287.8º 0.94% 0.12% -
HSV(B) 287.8º 0.97% 0.24% -
XYZ 2.13 1.03 4.5 -
YUV 22.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 49 2 61 0.20 0.97 0 0.76 287.8 0.94 0.12
Hex 31 2 3D 14 61 0 4C 120 5E C
Octal 61 2 75 24 141 0 114 440 136 14
Binary 110001 10 111101 10100 1100001 0 1001100 100100000 1011110 1100

Color Harmonies of #31023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31023D

Black with #31023D

Text Example


Text Example

White with #31023D

Text Example


Text Example

HTML Codes & Css Web 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>