Html Css Color HEX #31203F Blackcurrant

📋 copy color: '#31203F'

red 49 ◦ green 32 ◦ blue 63

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

Shades of Blackcurrant #31203F

Tints of Blackcurrant #31203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.75%

R = 34.03%
G = 22.22%
B = 43.75%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#31203F (or 0x31203F) is known color: Blackcurrant. HEX triplet: 31, 20 and 3F. RGB value is (49,32,63). Sum of RGB (Red+Green+Blue) = 49+32+63=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #31203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31203F is #CEDFC0. Grayscale: #282828. Windows color (decimal): -13557697 or 4137009. OLE color: 4137009.

HSL color Cylindrical-coordinate representation of color #31203F: hue angle of 272.9º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31203F is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 32 63 -
CMYK 0.22 0.49 0 0.75
HSL 272.9º 0.33% 0.19% -
HSV(B) 272.9º 0.49% 0.25% -
XYZ 2.68 2.04 4.96 -
YUV 40.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 49 32 63 0.22 0.49 0 0.75 272.9 0.33 0.19
Hex 31 20 3F 16 31 0 4B 111 21 13
Octal 61 40 77 26 61 0 113 421 41 23
Binary 110001 100000 111111 10110 110001 0 1001011 100010001 100001 10011

Color Harmonies of #31203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31203F

Black with #31203F

Text Example


Text Example

White with #31203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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