Html Css Color HEX #31034E Blackcurrant

📋 copy color: '#31034E'

red 49 ◦ green 3 ◦ blue 78

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

Shades of Blackcurrant #31034E

Tints of Blackcurrant #31034E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

 BLUE value IS 78 (30.86% from 255) = 60%

R = 37.69%
G = 2.31%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31034E (or 0x31034E) is known color: Blackcurrant. HEX triplet: 31, 03 and 4E. RGB value is (49,3,78). Sum of RGB (Red+Green+Blue) = 49+3+78=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #31034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31034E is #CEFCB1. Grayscale: #191919. Windows color (decimal): -13565106 or 5112625. OLE color: 5112625.

HSL color Cylindrical-coordinate representation of color #31034E: hue angle of 276.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31034E is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 3 78 -
CMYK 0.37 0.96 0 0.69
HSL 276.8º 0.93% 0.16% -
HSV(B) 276.8º 0.96% 0.31% -
XYZ 2.67 1.27 7.31 -
YUV 25.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 49 3 78 0.37 0.96 0 0.69 276.8 0.93 0.16
Hex 31 3 4E 25 60 0 45 115 5D 10
Octal 61 3 116 45 140 0 105 425 135 20
Binary 110001 11 1001110 100101 1100000 0 1000101 100010101 1011101 10000

Color Harmonies of #31034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31034E

Black with #31034E

Text Example


Text Example

White with #31034E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,3,78); }

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

background-color css

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

 a { background-color: rgb(49,3,78); }

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

border-color css

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

 span { border-color: rgb(49,3,78); }

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