#31003E

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

Shades of Blackcurrant #31003E

Tints of Blackcurrant #31003E

Color information

#31003E (or 0x31003E) is unknown color: approx Blackcurrant. HEX triplet: 31, 00 and 3E. RGB value is (49,0,62). Sum of RGB (Red+Green+Blue) = 49+0+62=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 62 (24.61% from 255 or 55.86% from 111); Max value from RGB is 62 - color contains mainly: blue. Hex color #31003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31003E is #CEFFC1. Grayscale: #151515. Windows color (decimal): -13565890 or 4063281. OLE color: 4063281.

HSL color Cylindrical-coordinate representation of color #31003E: hue angle of 287.42º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31003E is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB49062-
CMYK0.21100.76
HSL287.42º100%12.16%-
HSV(B)287.42º100%24.31%-
XYZ2.1414.64-
YUV21.72150.73147.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 55.86%
R=44.14%
G=0%
B=55.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal490620.21100.76287.4210012.16
Hex3103E156404C11f64c
Octal6107625144011443714414
Binary11000101111101010111001000100110010001111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31003E; }

 p { color: rgb(49,0,62); }

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

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

 a { background-color: rgb(49,0,62); }

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

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

 span { border-color: rgb(49,0,62); }

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