#1D112E

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

Shades of Blackcurrant #1D112E

Tints of Blackcurrant #1D112E

Color information

#1D112E (or 0x1D112E) is unknown color: approx Blackcurrant. HEX triplet: 1D, 11 and 2E. RGB value is (29,17,46). Sum of RGB (Red+Green+Blue) = 29+17+46=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #1D112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D112E is #E2EED1. Grayscale: #171717. Windows color (decimal): -14872274 or 3019037. OLE color: 3019037.

HSL color Cylindrical-coordinate representation of color #1D112E: hue angle of 264.83º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D112E is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB291746-
CMYK0.370.6300.82
HSL264.83º46.03%12.35%-
HSV(B)264.83º63.04%18.04%-
XYZ1.20.862.69-
YUV23.89140.48131.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 46 (18.36% from 255) = 50%
R=31.52%
G=18.48%
B=50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2917460.370.6300.82264.8346.0312.35
Hex1D112E253F0521092ec
Octal352156457701224115614
Binary1110110001101110100101111111010100101000010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,17,46); }

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

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

 a { background-color: rgb(29,17,46); }

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

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

 span { border-color: rgb(29,17,46); }

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