Html Css Color HEX #31183D Blackcurrant

📋 copy color: '#31183D'

red 49 ◦ green 24 ◦ blue 61

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

Shades of Blackcurrant #31183D

Tints of Blackcurrant #31183D

RGB

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

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

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

R = 36.57%
G = 17.91%
B = 45.52%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31183D (or 0x31183D) is known color: Blackcurrant. HEX triplet: 31, 18 and 3D. RGB value is (49,24,61). Sum of RGB (Red+Green+Blue) = 49+24+61=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #31183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31183D is #CEE7C2. Grayscale: #232323. Windows color (decimal): -13559747 or 4003889. OLE color: 4003889.

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

Color convert

RGB 49 24 61 -
CMYK 0.20 0.61 0 0.76
HSL 280.54º 0.44% 0.17% -
HSV(B) 280.54º 0.61% 0.24% -
XYZ 2.44 1.64 4.6 -
YUV 35.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 49 24 61 0.20 0.61 0 0.76 280.54 0.44 0.17
Hex 31 18 3D 14 3D 0 4C 119 2C 11
Octal 61 30 75 24 75 0 114 431 54 21
Binary 110001 11000 111101 10100 111101 0 1001100 100011001 101100 10001

Color Harmonies of #31183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31183D

Black with #31183D

Text Example


Text Example

White with #31183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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