#1D251A

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

Shades of Black Forest #1D251A

Tints of Black Forest #1D251A

Color information

#1D251A (or 0x1D251A) is unknown color: approx Black Forest. HEX triplet: 1D, 25 and 1A. RGB value is (29,37,26). Sum of RGB (Red+Green+Blue) = 29+37+26=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #1D251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D251A is #E2DAE5. Grayscale: #212121. Windows color (decimal): -14867174 or 1713437. OLE color: 1713437.

HSL color Cylindrical-coordinate representation of color #1D251A: hue angle of 103.64º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1D251A is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB293726-
CMYK0.2200.300.85
HSL103.64º17.46%12.35%-
HSV(B)103.64º29.73%14.51%-
XYZ1.351.661.23-
YUV33.35123.85124.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=31.52%
G=40.22%
B=28.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2937260.2200.300.85103.6417.4612.35
Hex1D251A1601E556811c
Octal354532260361251502114
Binary11101100101110101011001111010101011101000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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