Html Css Color HEX #31044D Blackcurrant

📋 copy color: '#31044D'

red 49 ◦ green 4 ◦ blue 77

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

Shades of Blackcurrant #31044D

Tints of Blackcurrant #31044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

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

R = 37.69%
G = 3.08%
B = 59.23%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31044D (or 0x31044D) is known color: Blackcurrant. HEX triplet: 31, 04 and 4D. RGB value is (49,4,77). Sum of RGB (Red+Green+Blue) = 49+4+77=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #31044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31044D is #CEFBB2. Grayscale: #191919. Windows color (decimal): -13564851 or 5047345. OLE color: 5047345.

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

Color convert

RGB 49 4 77 -
CMYK 0.36 0.95 0 0.70
HSL 276.99º 0.9% 0.16% -
HSV(B) 276.99º 0.95% 0.3% -
XYZ 2.65 1.28 7.13 -
YUV 25.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 49 4 77 0.36 0.95 0 0.70 276.99 0.9 0.16
Hex 31 4 4D 24 5F 0 46 115 5A 10
Octal 61 4 115 44 137 0 106 425 132 20
Binary 110001 100 1001101 100100 1011111 0 1000110 100010101 1011010 10000

Color Harmonies of #31044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31044D

Black with #31044D

Text Example


Text Example

White with #31044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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