#1D112B

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

Shades of Blackcurrant #1D112B

Tints of Blackcurrant #1D112B

Color information

#1D112B (or 0x1D112B) is unknown color: approx Blackcurrant. HEX triplet: 1D, 11 and 2B. RGB value is (29,17,43). Sum of RGB (Red+Green+Blue) = 29+17+43=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D112B is #E2EED4. Grayscale: #171717. Windows color (decimal): -14872277 or 2822429. OLE color: 2822429.

HSL color Cylindrical-coordinate representation of color #1D112B: hue angle of 267.69º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D112B is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB291743-
CMYK0.330.6000.83
HSL267.69º43.33%11.76%-
HSV(B)267.69º60.47%16.86%-
XYZ1.140.842.39-
YUV23.55138.98131.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.58%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 43 (17.19% from 255) = 48.31%
R=32.58%
G=19.10%
B=48.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2917430.330.6000.83267.6943.3311.76
Hex1D112B213C05310c2bc
Octal352153417401234145314
Binary1110110001101011100001111100010100111000011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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