Html Css Color HEX #31163D Blackcurrant

📋 copy color: '#31163D'

red 49 ◦ green 22 ◦ blue 61

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

Shades of Blackcurrant #31163D

Tints of Blackcurrant #31163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.67%

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

R = 37.12%
G = 16.67%
B = 46.21%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31163D (or 0x31163D) is known color: Blackcurrant. HEX triplet: 31, 16 and 3D. RGB value is (49,22,61). Sum of RGB (Red+Green+Blue) = 49+22+61=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #31163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31163D is #CEE9C2. Grayscale: #222222. Windows color (decimal): -13560259 or 4003377. OLE color: 4003377.

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

Color convert

RGB 49 22 61 -
CMYK 0.20 0.64 0 0.76
HSL 281.54º 0.47% 0.16% -
HSV(B) 281.54º 0.64% 0.24% -
XYZ 2.4 1.56 4.59 -
YUV 34.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 49 22 61 0.20 0.64 0 0.76 281.54 0.47 0.16
Hex 31 16 3D 14 40 0 4C 11A 2F 10
Octal 61 26 75 24 100 0 114 432 57 20
Binary 110001 10110 111101 10100 1000000 0 1001100 100011010 101111 10000

Color Harmonies of #31163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31163D

Black with #31163D

Text Example


Text Example

White with #31163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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