Html Css Color HEX #310939 Blackcurrant

📋 copy color: '#310939'

red 49 ◦ green 9 ◦ blue 57

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

Shades of Blackcurrant #310939

Tints of Blackcurrant #310939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 49.57%

R = 42.61%
G = 7.83%
B = 49.57%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#310939 (or 0x310939) is known color: Blackcurrant. HEX triplet: 31, 09 and 39. RGB value is (49,9,57). Sum of RGB (Red+Green+Blue) = 49+9+57=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #310939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310939 is #CEF6C6. Grayscale: #1A1A1A. Windows color (decimal): -13563591 or 3737905. OLE color: 3737905.

HSL color Cylindrical-coordinate representation of color #310939: hue angle of 290º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310939 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 9 57 -
CMYK 0.14 0.84 0 0.78
HSL 290º 0.73% 0.13% -
HSV(B) 290º 0.84% 0.22% -
XYZ 2.1 1.14 3.98 -
YUV 26.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 49 9 57 0.14 0.84 0 0.78 290 0.73 0.13
Hex 31 9 39 E 54 0 4E 122 49 D
Octal 61 11 71 16 124 0 116 442 111 15
Binary 110001 1001 111001 1110 1010100 0 1001110 100100010 1001001 1101

Color Harmonies of #310939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310939

Black with #310939

Text Example


Text Example

White with #310939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310939; }

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

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

background-color css

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

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

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

border-color css

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

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

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