#1F012F

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

Shades of Blackcurrant #1F012F

Tints of Blackcurrant #1F012F

Color information

#1F012F (or 0x1F012F) is unknown color: approx Blackcurrant. HEX triplet: 1F, 01 and 2F. RGB value is (31,1,47). Sum of RGB (Red+Green+Blue) = 31+1+47=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F012F is #E0FED0. Grayscale: #0F0F0F. Windows color (decimal): -14745297 or 3080479. OLE color: 3080479.

HSL color Cylindrical-coordinate representation of color #1F012F: hue angle of 279.13º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F012F is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB31147-
CMYK0.340.9800.82
HSL279.13º95.83%9.41%-
HSV(B)279.13º97.87%18.43%-
XYZ1.090.522.73-
YUV15.21145.94139.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.24%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 47 (18.75% from 255) = 59.49%
R=39.24%
G=1.27%
B=59.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal311470.340.9800.82279.1395.839.41
Hex1F12F2262052117609
Octal3715742142012242714011
Binary11111110111110001011000100101001010001011111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F012F; }

 p { color: rgb(31,1,47); }

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

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

 a { background-color: rgb(31,1,47); }

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

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

 span { border-color: rgb(31,1,47); }

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