#1D241A

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

Shades of Black Forest #1D241A

Tints of Black Forest #1D241A

Color information

#1D241A (or 0x1D241A) is unknown color: approx Black Forest. HEX triplet: 1D, 24 and 1A. RGB value is (29,36,26). Sum of RGB (Red+Green+Blue) = 29+36+26=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #1D241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D241A is #E2DBE5. Grayscale: #202020. Windows color (decimal): -14867430 or 1713181. OLE color: 1713181.

HSL color Cylindrical-coordinate representation of color #1D241A: hue angle of 102º 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 #1D241A is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB293626-
CMYK0.1900.280.86
HSL102º16.13%12.16%-
HSV(B)102º27.78%14.12%-
XYZ1.321.61.22-
YUV32.77124.18125.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.87%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=31.87%
G=39.56%
B=28.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2936260.1900.280.8610216.1312.16
Hex1D241A1301C566610c
Octal354432230341261462014
Binary11101100100110101001101110010101101100110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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