#1F0227

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

Shades of Blackcurrant #1F0227

Tints of Blackcurrant #1F0227

Color information

#1F0227 (or 0x1F0227) is unknown color: approx Blackcurrant. HEX triplet: 1F, 02 and 27. RGB value is (31,2,39). Sum of RGB (Red+Green+Blue) = 31+2+39=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F0227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0227 is #E0FDD8. Grayscale: #0E0E0E. Windows color (decimal): -14745049 or 2556447. OLE color: 2556447.

HSL color Cylindrical-coordinate representation of color #1F0227: hue angle of 287.03º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0227 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB31239-
CMYK0.210.9500.85
HSL287.03º90.24%8.04%-
HSV(B)287.03º94.87%15.29%-
XYZ0.950.481.96-
YUV14.89141.61139.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 39 (15.62% from 255) = 54.17%
R=43.06%
G=2.78%
B=54.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal312390.210.9500.85287.0390.248.04
Hex1F227155F05511f5a8
Octal3724725137012543713210
Binary11111101001111010110111110101010110001111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,2,39); }

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

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

 a { background-color: rgb(31,2,39); }

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

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

 span { border-color: rgb(31,2,39); }

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