Html Css Color HEX #31193D Blackcurrant

📋 copy color: '#31193D'

red 49 ◦ green 25 ◦ blue 61

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

Shades of Blackcurrant #31193D

Tints of Blackcurrant #31193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.52%

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 36.3%
G = 18.52%
B = 45.19%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31193D (or 0x31193D) is known color: Blackcurrant. HEX triplet: 31, 19 and 3D. RGB value is (49,25,61). Sum of RGB (Red+Green+Blue) = 49+25+61=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #31193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31193D is #CEE6C2. Grayscale: #242424. Windows color (decimal): -13559491 or 4004145. OLE color: 4004145.

HSL color Cylindrical-coordinate representation of color #31193D: hue angle of 280º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31193D is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 25 61 -
CMYK 0.20 0.59 0 0.76
HSL 280º 0.42% 0.17% -
HSV(B) 280º 0.59% 0.24% -
XYZ 2.46 1.69 4.61 -
YUV 36.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 49 25 61 0.20 0.59 0 0.76 280 0.42 0.17
Hex 31 19 3D 14 3B 0 4C 118 2A 11
Octal 61 31 75 24 73 0 114 430 52 21
Binary 110001 11001 111101 10100 111011 0 1001100 100011000 101010 10001

Color Harmonies of #31193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31193D

Black with #31193D

Text Example


Text Example

White with #31193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,25,61); }

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

background-color css

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

 a { background-color: rgb(49,25,61); }

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

border-color css

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

 span { border-color: rgb(49,25,61); }

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