#31143D

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

Shades of Blackcurrant #31143D

Tints of Blackcurrant #31143D

Color information

#31143D (or 0x31143D) is unknown color: approx Blackcurrant. HEX triplet: 31, 14 and 3D. RGB value is (49,20,61). Sum of RGB (Red+Green+Blue) = 49+20+61=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #31143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31143D is #CEEBC2. Grayscale: #212121. Windows color (decimal): -13560771 or 4002865. OLE color: 4002865.

HSL color Cylindrical-coordinate representation of color #31143D: hue angle of 282.44º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31143D is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB492061-
CMYK0.200.6700.76
HSL282.44º50.62%15.88%-
HSV(B)282.44º67.21%23.92%-
XYZ2.361.494.58-
YUV33.34143.61139.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 61 (24.22% from 255) = 46.92%
R=37.69%
G=15.38%
B=46.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4920610.200.6700.76282.4450.6215.88
Hex31143D144304C11a3310
Octal6124752410301144326320
Binary110001101001111011010010000110100110010001101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31143D; }

 p { color: rgb(49,20,61); }

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

<style>
 a { background-color: #31143D; }

 a { background-color: rgb(49,20,61); }

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

<style>
 span { border-color: #31143D; }

 span { border-color: rgb(49,20,61); }

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