Html Css Color HEX #31024D Blackcurrant

📋 copy color: '#31024D'

red 49 ◦ green 2 ◦ blue 77

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

Shades of Blackcurrant #31024D

Tints of Blackcurrant #31024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 60.16%

R = 38.28%
G = 1.56%
B = 60.16%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31024D (or 0x31024D) is known color: Blackcurrant. HEX triplet: 31, 02 and 4D. RGB value is (49,2,77). Sum of RGB (Red+Green+Blue) = 49+2+77=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #31024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31024D is #CEFDB2. Grayscale: #181818. Windows color (decimal): -13565363 or 5046833. OLE color: 5046833.

HSL color Cylindrical-coordinate representation of color #31024D: hue angle of 277.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31024D is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 2 77 -
CMYK 0.36 0.97 0 0.70
HSL 277.6º 0.95% 0.15% -
HSV(B) 277.6º 0.97% 0.3% -
XYZ 2.63 1.23 7.12 -
YUV 24.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 49 2 77 0.36 0.97 0 0.70 277.6 0.95 0.15
Hex 31 2 4D 24 61 0 46 116 5F F
Octal 61 2 115 44 141 0 106 426 137 17
Binary 110001 10 1001101 100100 1100001 0 1000110 100010110 1011111 1111

Color Harmonies of #31024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31024D

Black with #31024D

Text Example


Text Example

White with #31024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31024D;
 }
 .AnyTagClassName
 {
   color: #31024D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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