Html Css Color HEX #31183F Blackcurrant

📋 copy color: '#31183F'

red 49 ◦ green 24 ◦ blue 63

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

Shades of Blackcurrant #31183F

Tints of Blackcurrant #31183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.65%

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

R = 36.03%
G = 17.65%
B = 46.32%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#31183F (or 0x31183F) is known color: Blackcurrant. HEX triplet: 31, 18 and 3F. RGB value is (49,24,63). Sum of RGB (Red+Green+Blue) = 49+24+63=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #31183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31183F is #CEE7C0. Grayscale: #232323. Windows color (decimal): -13559745 or 4134961. OLE color: 4134961.

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

Color convert

RGB 49 24 63 -
CMYK 0.22 0.62 0 0.75
HSL 278.46º 0.45% 0.17% -
HSV(B) 278.46º 0.62% 0.25% -
XYZ 2.49 1.67 4.89 -
YUV 35.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 49 24 63 0.22 0.62 0 0.75 278.46 0.45 0.17
Hex 31 18 3F 16 3E 0 4B 116 2D 11
Octal 61 30 77 26 76 0 113 426 55 21
Binary 110001 11000 111111 10110 111110 0 1001011 100010110 101101 10001

Color Harmonies of #31183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31183F

Black with #31183F

Text Example


Text Example

White with #31183F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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