#1D1A1F

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

Shades of Blackcurrant #1D1A1F

Tints of Blackcurrant #1D1A1F

Color information

#1D1A1F (or 0x1D1A1F) is unknown color: approx Blackcurrant. HEX triplet: 1D, 1A and 1F. RGB value is (29,26,31). Sum of RGB (Red+Green+Blue) = 29+26+31=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D1A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1A1F is #E2E5E0. Grayscale: #1B1B1B. Windows color (decimal): -14869985 or 2038301. OLE color: 2038301.

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

Color convert

RGB292631-
CMYK0.060.1600.88
HSL276º8.77%11.18%-
HSV(B)276º16.13%12.16%-
XYZ1.121.11.45-
YUV27.47129.99129.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.72%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=33.72%
G=30.23%
B=36.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2926310.060.1600.882768.7711.18
Hex1D1A1F6100581149b
Octal35323762001304241113
Binary111011101011111110100000101100010001010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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