#31013C

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

Shades of Blackcurrant #31013C

Tints of Blackcurrant #31013C

Color information

#31013C (or 0x31013C) is unknown color: approx Blackcurrant. HEX triplet: 31, 01 and 3C. RGB value is (49,1,60). Sum of RGB (Red+Green+Blue) = 49+1+60=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #31013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31013C is #CEFEC3. Grayscale: #151515. Windows color (decimal): -13565636 or 3932465. OLE color: 3932465.

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

Color convert

RGB49160-
CMYK0.180.9800.76
HSL288.81º96.72%11.96%-
HSV(B)288.81º98.33%23.53%-
XYZ2.0914.36-
YUV22.08149.4147.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 60 (23.83% from 255) = 54.55%
R=44.55%
G=0.91%
B=54.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal491600.180.9800.76288.8196.7211.96
Hex3113C126204C12161c
Octal6117422142011444114114
Binary11000111111001001011000100100110010010000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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