#1F014B

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

Shades of Blackcurrant #1F014B

Tints of Blackcurrant #1F014B

Color information

#1F014B (or 0x1F014B) is unknown color: approx Blackcurrant. HEX triplet: 1F, 01 and 4B. RGB value is (31,1,75). Sum of RGB (Red+Green+Blue) = 31+1+75=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F014B is #E0FEB4. Grayscale: #121212. Windows color (decimal): -14745269 or 4915487. OLE color: 4915487.

HSL color Cylindrical-coordinate representation of color #1F014B: hue angle of 264.32º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F014B is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB31175-
CMYK0.590.9900.71
HSL264.32º97.37%14.9%-
HSV(B)264.32º98.67%29.41%-
XYZ1.850.826.72-
YUV18.41159.94136.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.97%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 75 (29.69% from 255) = 70.09%
R=28.97%
G=0.93%
B=70.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal311750.590.9900.71264.3297.3714.9
Hex1F14B3B6304710861f
Octal37111373143010741014117
Binary111111100101111101111000110100011110000100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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