#31034C

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

Shades of Blackcurrant #31034C

Tints of Blackcurrant #31034C

Color information

#31034C (or 0x31034C) is unknown color: approx Blackcurrant. HEX triplet: 31, 03 and 4C. RGB value is (49,3,76). Sum of RGB (Red+Green+Blue) = 49+3+76=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #31034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31034C is #CEFCB3. Grayscale: #181818. Windows color (decimal): -13565108 or 4981553. OLE color: 4981553.

HSL color Cylindrical-coordinate representation of color #31034C: hue angle of 277.81º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31034C is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB49376-
CMYK0.360.9600.70
HSL277.81º92.41%15.49%-
HSV(B)277.81º96.05%29.8%-
XYZ2.61.246.94-
YUV25.08156.74145.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 76 (30.08% from 255) = 59.38%
R=38.28%
G=2.34%
B=59.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal493760.360.9600.70277.8192.4115.49
Hex3134C24600461165cf
Octal61311444140010642613417
Binary11000111100110010010011000000100011010001011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,3,76); }

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

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

 a { background-color: rgb(49,3,76); }

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

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

 span { border-color: rgb(49,3,76); }

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