Html Css Color HEX #31203B Blackcurrant

📋 copy color: '#31203B'

red 49 ◦ green 32 ◦ blue 59

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

Shades of Blackcurrant #31203B

Tints of Blackcurrant #31203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 42.14%

R = 35%
G = 22.86%
B = 42.14%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31203B (or 0x31203B) is known color: Blackcurrant. HEX triplet: 31, 20 and 3B. RGB value is (49,32,59). Sum of RGB (Red+Green+Blue) = 49+32+59=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #31203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31203B is #CEDFC4. Grayscale: #282828. Windows color (decimal): -13557701 or 3874865. OLE color: 3874865.

HSL color Cylindrical-coordinate representation of color #31203B: hue angle of 277.78º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31203B is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 32 59 -
CMYK 0.17 0.46 0 0.77
HSL 277.78º 0.3% 0.18% -
HSV(B) 277.78º 0.46% 0.23% -
XYZ 2.57 2 4.39 -
YUV 40.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 49 32 59 0.17 0.46 0 0.77 277.78 0.3 0.18
Hex 31 20 3B 11 2E 0 4D 116 1E 12
Octal 61 40 73 21 56 0 115 426 36 22
Binary 110001 100000 111011 10001 101110 0 1001101 100010110 11110 10010

Color Harmonies of #31203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31203B

Black with #31203B

Text Example


Text Example

White with #31203B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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