Html Css Color HEX #31023E Blackcurrant

📋 copy color: '#31023E'

red 49 ◦ green 2 ◦ blue 62

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

Shades of Blackcurrant #31023E

Tints of Blackcurrant #31023E

RGB

 RED value IS 49 (19.53% from 255) = 43.36%

 GREEN value IS 2 (1.17% from 255) = 1.77%

 BLUE value IS 62 (24.61% from 255) = 54.87%

R = 43.36%
G = 1.77%
B = 54.87%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31023E (or 0x31023E) is known color: Blackcurrant. HEX triplet: 31, 02 and 3E. RGB value is (49,2,62). Sum of RGB (Red+Green+Blue) = 49+2+62=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #31023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31023E is #CEFDC1. Grayscale: #161616. Windows color (decimal): -13565378 or 4063793. OLE color: 4063793.

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

Color convert

RGB 49 2 62 -
CMYK 0.21 0.97 0 0.76
HSL 287º 0.94% 0.13% -
HSV(B) 287º 0.97% 0.24% -
XYZ 2.16 1.04 4.65 -
YUV 22.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 49 2 62 0.21 0.97 0 0.76 287 0.94 0.13
Hex 31 2 3E 15 61 0 4C 11F 5E D
Octal 61 2 76 25 141 0 114 437 136 15
Binary 110001 10 111110 10101 1100001 0 1001100 100011111 1011110 1101

Color Harmonies of #31023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31023E

Black with #31023E

Text Example


Text Example

White with #31023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31023E;
 }
 .AnyTagClassName
 {
   color: #31023E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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