#31203D

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

Shades of Blackcurrant #31203D

Tints of Blackcurrant #31203D

Color information

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

RGB493261-
CMYK0.200.4800.76
HSL275.17º31.18%18.24%-
HSV(B)275.17º47.54%23.92%-
XYZ2.632.024.67-
YUV40.39139.63134.14-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4932610.200.4800.76275.1731.1818.24
Hex31203D143004C1131f12
Octal614075246001144233722
Binary11000110000011110110100110000010011001000100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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