#31203B

Color #31203B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #31203B

Tints of Blackcurrant #31203B

Color information

#31203B (or 0x31203B) is unknown color: approx 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

RGB493259-
CMYK0.170.4600.77
HSL277.78º29.67%17.84%-
HSV(B)277.78º45.76%23.14%-
XYZ2.5724.39-
YUV40.16138.63134.3-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4932590.170.4600.77277.7829.6717.84
Hex31203B112E04D1161e12
Octal614073215601154263622
Binary11000110000011101110001101110010011011000101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>