#1F022C

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

Shades of Blackcurrant #1F022C

Tints of Blackcurrant #1F022C

Color information

#1F022C (or 0x1F022C) is unknown color: approx Blackcurrant. HEX triplet: 1F, 02 and 2C. RGB value is (31,2,44). Sum of RGB (Red+Green+Blue) = 31+2+44=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F022C is #E0FDD3. Grayscale: #0F0F0F. Windows color (decimal): -14745044 or 2884127. OLE color: 2884127.

HSL color Cylindrical-coordinate representation of color #1F022C: hue angle of 281.43º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F022C is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB31244-
CMYK0.300.9500.83
HSL281.43º91.3%9.02%-
HSV(B)281.43º95.45%17.25%-
XYZ1.040.522.43-
YUV15.46144.11139.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.26%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 44 (17.58% from 255) = 57.14%
R=40.26%
G=2.60%
B=57.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal312440.300.9500.83281.4391.39.02
Hex1F22C1E5F0531195b9
Octal3725436137012343113311
Binary11111101011001111010111110101001110001100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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