#31203C

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

Shades of Blackcurrant #31203C

Tints of Blackcurrant #31203C

Color information

#31203C (or 0x31203C) is unknown color: approx Blackcurrant. HEX triplet: 31, 20 and 3C. RGB value is (49,32,60). Sum of RGB (Red+Green+Blue) = 49+32+60=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #31203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31203C is #CEDFC3. Grayscale: #282828. Windows color (decimal): -13557700 or 3940401. OLE color: 3940401.

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

Color convert

RGB493260-
CMYK0.180.4700.76
HSL276.43º30.43%18.04%-
HSV(B)276.43º46.67%23.53%-
XYZ2.62.014.53-
YUV40.28139.13134.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=34.75%
G=22.70%
B=42.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4932600.180.4700.76276.4330.4318.04
Hex31203C122F04C1141e12
Octal614074225701144243622
Binary11000110000011110010010101111010011001000101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31203C;
 }
 .AnyTagClassName
 {
   color: #31203C;
 }
</style>
background-color css

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

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

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

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

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

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