#1F1224

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

Shades of Blackcurrant #1F1224

Tints of Blackcurrant #1F1224

Color information

#1F1224 (or 0x1F1224) is unknown color: approx Blackcurrant. HEX triplet: 1F, 12 and 24. RGB value is (31,18,36). Sum of RGB (Red+Green+Blue) = 31+18+36=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F1224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1224 is #E0EDDB. Grayscale: #171717. Windows color (decimal): -14740956 or 2363935. OLE color: 2363935.

HSL color Cylindrical-coordinate representation of color #1F1224: hue angle of 283.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F1224 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB311836-
CMYK0.140.500.86
HSL283.33º33.33%10.59%-
HSV(B)283.33º50%14.12%-
XYZ1.10.851.78-
YUV23.94134.81133.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 36 (14.45% from 255) = 42.35%
R=36.47%
G=21.18%
B=42.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3118360.140.500.86283.3333.3310.59
Hex1F1224E3205611b21b
Octal372244166201264334113
Binary11111100101001001110110010010101101000110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,18,36); }

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

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

 a { background-color: rgb(31,18,36); }

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

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

 span { border-color: rgb(31,18,36); }

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