Html Css Color HEX #31213A Blackcurrant

📋 copy color: '#31213A'

red 49 ◦ green 33 ◦ blue 58

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

Shades of Blackcurrant #31213A

Tints of Blackcurrant #31213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

 BLUE value IS 58 (23.05% from 255) = 41.43%

R = 35%
G = 23.57%
B = 41.43%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31213A (or 0x31213A) is known color: Blackcurrant. HEX triplet: 31, 21 and 3A. RGB value is (49,33,58). Sum of RGB (Red+Green+Blue) = 49+33+58=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #31213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31213A is #CEDEC5. Grayscale: #282828. Windows color (decimal): -13557446 or 3809585. OLE color: 3809585.

HSL color Cylindrical-coordinate representation of color #31213A: hue angle of 278.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31213A is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 33 58 -
CMYK 0.16 0.43 0 0.77
HSL 278.4º 0.27% 0.18% -
HSV(B) 278.4º 0.43% 0.23% -
XYZ 2.57 2.05 4.26 -
YUV 40.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 49 33 58 0.16 0.43 0 0.77 278.4 0.27 0.18
Hex 31 21 3A 10 2B 0 4D 116 1B 12
Octal 61 41 72 20 53 0 115 426 33 22
Binary 110001 100001 111010 10000 101011 0 1001101 100010110 11011 10010

Color Harmonies of #31213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31213A

Black with #31213A

Text Example


Text Example

White with #31213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31213A; }

 p { color: rgb(49,33,58); }

 H1.HeaderClassName
 {
   color: #31213A;
 }
 .AnyTagClassName
 {
   color: #31213A;
 }
</style>

background-color css

<style>
 a { background-color: #31213A; }

 a { background-color: rgb(49,33,58); }

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

border-color css

<style>
 span { border-color: #31213A; }

 span { border-color: rgb(49,33,58); }

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