Html Css Color HEX #31203D Blackcurrant

📋 copy color: '#31203D'

red 49 ◦ green 32 ◦ blue 61

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

Shades of Blackcurrant #31203D

Tints of Blackcurrant #31203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.54%

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

R = 34.51%
G = 22.54%
B = 42.96%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31203D (or 0x31203D) is known color: Blackcurrant. HEX triplet: 31, 20 and 3D. RGB value is (49,32,61). Sum of RGB (Red+Green+Blue) = 49+32+61=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #31203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31203D is #CEDFC2. Grayscale: #282828. Windows color (decimal): -13557699 or 4005937. OLE color: 4005937.

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

Color convert

RGB 49 32 61 -
CMYK 0.20 0.48 0 0.76
HSL 275.17º 0.31% 0.18% -
HSV(B) 275.17º 0.48% 0.24% -
XYZ 2.63 2.02 4.67 -
YUV 40.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 49 32 61 0.20 0.48 0 0.76 275.17 0.31 0.18
Hex 31 20 3D 14 30 0 4C 113 1F 12
Octal 61 40 75 24 60 0 114 423 37 22
Binary 110001 100000 111101 10100 110000 0 1001100 100010011 11111 10010

Color Harmonies of #31203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31203D

Black with #31203D

Text Example


Text Example

White with #31203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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