Html Css Color HEX #31094E Blackcurrant

📋 copy color: '#31094E'

red 49 ◦ green 9 ◦ blue 78

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

Shades of Blackcurrant #31094E

Tints of Blackcurrant #31094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.62%

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

R = 36.03%
G = 6.62%
B = 57.35%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31094E (or 0x31094E) is known color: Blackcurrant. HEX triplet: 31, 09 and 4E. RGB value is (49,9,78). Sum of RGB (Red+Green+Blue) = 49+9+78=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #31094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31094E is #CEF6B1. Grayscale: #1C1C1C. Windows color (decimal): -13563570 or 5114161. OLE color: 5114161.

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

Color convert

RGB 49 9 78 -
CMYK 0.37 0.88 0 0.69
HSL 274.78º 0.79% 0.17% -
HSV(B) 274.78º 0.88% 0.31% -
XYZ 2.74 1.4 7.33 -
YUV 28.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 49 9 78 0.37 0.88 0 0.69 274.78 0.79 0.17
Hex 31 9 4E 25 58 0 45 113 4F 11
Octal 61 11 116 45 130 0 105 423 117 21
Binary 110001 1001 1001110 100101 1011000 0 1000101 100010011 1001111 10001

Color Harmonies of #31094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31094E

Black with #31094E

Text Example


Text Example

White with #31094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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