#1F1A24

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

Shades of Blackcurrant #1F1A24

Tints of Blackcurrant #1F1A24

Color information

#1F1A24 (or 0x1F1A24) is unknown color: approx Blackcurrant. HEX triplet: 1F, 1A and 24. RGB value is (31,26,36). Sum of RGB (Red+Green+Blue) = 31+26+36=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F1A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1A24 is #E0E5DB. Grayscale: #1C1C1C. Windows color (decimal): -14738908 or 2365983. OLE color: 2365983.

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

Color convert

RGB312636-
CMYK0.140.2800.86
HSL270º16.13%12.16%-
HSV(B)270º27.78%14.12%-
XYZ1.251.161.83-
YUV28.64132.16129.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=33.33%
G=27.96%
B=38.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3126360.140.2800.8627016.1312.16
Hex1F1A24E1C05610e10c
Octal373244163401264162014
Binary111111101010010011101110001010110100001110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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