Html Css Color HEX #31164C Blackcurrant

📋 copy color: '#31164C'

red 49 ◦ green 22 ◦ blue 76

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

Shades of Blackcurrant #31164C

Tints of Blackcurrant #31164C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 33.33%
G = 14.97%
B = 51.7%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31164C (or 0x31164C) is known color: Blackcurrant. HEX triplet: 31, 16 and 4C. RGB value is (49,22,76). Sum of RGB (Red+Green+Blue) = 49+22+76=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #31164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31164C is #CEE9B3. Grayscale: #242424. Windows color (decimal): -13560244 or 4986417. OLE color: 4986417.

HSL color Cylindrical-coordinate representation of color #31164C: hue angle of 270º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31164C is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 22 76 -
CMYK 0.36 0.71 0 0.70
HSL 270º 0.55% 0.19% -
HSV(B) 270º 0.71% 0.3% -
XYZ 2.86 1.75 7.02 -
YUV 36.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 49 22 76 0.36 0.71 0 0.70 270 0.55 0.19
Hex 31 16 4C 24 47 0 46 10E 37 13
Octal 61 26 114 44 107 0 106 416 67 23
Binary 110001 10110 1001100 100100 1000111 0 1000110 100001110 110111 10011

Color Harmonies of #31164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31164C

Black with #31164C

Text Example


Text Example

White with #31164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31164C; }

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

 H1.HeaderClassName
 {
   color: #31164C;
 }
 .AnyTagClassName
 {
   color: #31164C;
 }
</style>

background-color css

<style>
 a { background-color: #31164C; }

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

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

border-color css

<style>
 span { border-color: #31164C; }

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

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