Html Css Color HEX #31173D Blackcurrant

📋 copy color: '#31173D'

red 49 ◦ green 23 ◦ blue 61

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

Shades of Blackcurrant #31173D

Tints of Blackcurrant #31173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.29%

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

R = 36.84%
G = 17.29%
B = 45.86%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31173D (or 0x31173D) is known color: Blackcurrant. HEX triplet: 31, 17 and 3D. RGB value is (49,23,61). Sum of RGB (Red+Green+Blue) = 49+23+61=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #31173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31173D is #CEE8C2. Grayscale: #222222. Windows color (decimal): -13560003 or 4003633. OLE color: 4003633.

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

Color convert

RGB 49 23 61 -
CMYK 0.20 0.62 0 0.76
HSL 281.05º 0.45% 0.16% -
HSV(B) 281.05º 0.62% 0.24% -
XYZ 2.42 1.6 4.6 -
YUV 35.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 49 23 61 0.20 0.62 0 0.76 281.05 0.45 0.16
Hex 31 17 3D 14 3E 0 4C 119 2D 10
Octal 61 27 75 24 76 0 114 431 55 20
Binary 110001 10111 111101 10100 111110 0 1001100 100011001 101101 10000

Color Harmonies of #31173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31173D

Black with #31173D

Text Example


Text Example

White with #31173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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