Html Css Color HEX #31173F Blackcurrant

📋 copy color: '#31173F'

red 49 ◦ green 23 ◦ blue 63

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

Shades of Blackcurrant #31173F

Tints of Blackcurrant #31173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 46.67%

R = 36.3%
G = 17.04%
B = 46.67%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#31173F (or 0x31173F) is known color: Blackcurrant. HEX triplet: 31, 17 and 3F. RGB value is (49,23,63). Sum of RGB (Red+Green+Blue) = 49+23+63=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #31173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31173F is #CEE8C0. Grayscale: #232323. Windows color (decimal): -13560001 or 4134705. OLE color: 4134705.

HSL color Cylindrical-coordinate representation of color #31173F: hue angle of 279º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31173F is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 23 63 -
CMYK 0.22 0.63 0 0.75
HSL 279º 0.47% 0.17% -
HSV(B) 279º 0.63% 0.25% -
XYZ 2.47 1.62 4.89 -
YUV 35.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 49 23 63 0.22 0.63 0 0.75 279 0.47 0.17
Hex 31 17 3F 16 3F 0 4B 117 2F 11
Octal 61 27 77 26 77 0 113 427 57 21
Binary 110001 10111 111111 10110 111111 0 1001011 100010111 101111 10001

Color Harmonies of #31173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31173F

Black with #31173F

Text Example


Text Example

White with #31173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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