#310436

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

Shades of Blackcurrant #310436

Tints of Blackcurrant #310436

Color information

#310436 (or 0x310436) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 36. RGB value is (49,4,54). Sum of RGB (Red+Green+Blue) = 49+4+54=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #310436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310436 is #CEFBC9. Grayscale: #171717. Windows color (decimal): -13564874 or 3540017. OLE color: 3540017.

HSL color Cylindrical-coordinate representation of color #310436: hue angle of 294º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310436 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB49454-
CMYK0.090.9300.79
HSL294º86.21%11.37%-
HSV(B)294º92.59%21.18%-
XYZ1.981.013.58-
YUV23.16145.41146.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 54 (21.48% from 255) = 50.47%
R=45.79%
G=3.74%
B=50.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal494540.090.9300.7929486.2111.37
Hex3143695D04F12656b
Octal6146611135011744612613
Binary110001100110110100110111010100111110010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310436; }

 p { color: rgb(49,4,54); }

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

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

 a { background-color: rgb(49,4,54); }

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

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

 span { border-color: rgb(49,4,54); }

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