#1D121F

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

Shades of Blackcurrant #1D121F

Tints of Blackcurrant #1D121F

Color information

#1D121F (or 0x1D121F) is unknown color: approx Blackcurrant. HEX triplet: 1D, 12 and 1F. RGB value is (29,18,31). Sum of RGB (Red+Green+Blue) = 29+18+31=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D121F is #E2EDE0. Grayscale: #161616. Windows color (decimal): -14872033 or 2036253. OLE color: 2036253.

HSL color Cylindrical-coordinate representation of color #1D121F: hue angle of 290.77º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D121F is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB291831-
CMYK0.060.4200.88
HSL290.77º26.53%9.61%-
HSV(B)290.77º41.94%12.16%-
XYZ0.970.791.4-
YUV22.77132.64132.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=37.18%
G=23.08%
B=39.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2918310.060.4200.88290.7726.539.61
Hex1D121F62A0581231ba
Octal35223765201304433312
Binary11101100101111111010101001011000100100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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