Html Css Color HEX #31213D Blackcurrant

📋 copy color: '#31213D'

red 49 ◦ green 33 ◦ blue 61

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

Shades of Blackcurrant #31213D

Tints of Blackcurrant #31213D

RGB

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

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

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

R = 34.27%
G = 23.08%
B = 42.66%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31213D (or 0x31213D) is known color: Blackcurrant. HEX triplet: 31, 21 and 3D. RGB value is (49,33,61). Sum of RGB (Red+Green+Blue) = 49+33+61=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #31213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31213D is #CEDEC2. Grayscale: #282828. Windows color (decimal): -13557443 or 4006193. OLE color: 4006193.

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

Color convert

RGB 49 33 61 -
CMYK 0.20 0.46 0 0.76
HSL 274.29º 0.3% 0.18% -
HSV(B) 274.29º 0.46% 0.24% -
XYZ 2.65 2.08 4.68 -
YUV 40.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 49 33 61 0.20 0.46 0 0.76 274.29 0.3 0.18
Hex 31 21 3D 14 2E 0 4C 112 1E 12
Octal 61 41 75 24 56 0 114 422 36 22
Binary 110001 100001 111101 10100 101110 0 1001100 100010010 11110 10010

Color Harmonies of #31213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31213D

Black with #31213D

Text Example


Text Example

White with #31213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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