Html Css Color HEX #31124E Blackcurrant

📋 copy color: '#31124E'

red 49 ◦ green 18 ◦ blue 78

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

Shades of Blackcurrant #31124E

Tints of Blackcurrant #31124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

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

R = 33.79%
G = 12.41%
B = 53.79%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31124E (or 0x31124E) is known color: Blackcurrant. HEX triplet: 31, 12 and 4E. RGB value is (49,18,78). Sum of RGB (Red+Green+Blue) = 49+18+78=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #31124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31124E is #CEEDB1. Grayscale: #212121. Windows color (decimal): -13561266 or 5116465. OLE color: 5116465.

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

Color convert

RGB 49 18 78 -
CMYK 0.37 0.77 0 0.69
HSL 271º 0.63% 0.19% -
HSV(B) 271º 0.77% 0.31% -
XYZ 2.86 1.64 7.37 -
YUV 34.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 49 18 78 0.37 0.77 0 0.69 271 0.63 0.19
Hex 31 12 4E 25 4D 0 45 10F 3E 13
Octal 61 22 116 45 115 0 105 417 76 23
Binary 110001 10010 1001110 100101 1001101 0 1000101 100001111 111110 10011

Color Harmonies of #31124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31124E

Black with #31124E

Text Example


Text Example

White with #31124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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