#1A1F18

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

Shades of Black Forest #1A1F18

Tints of Black Forest #1A1F18

Color information

#1A1F18 (or 0x1A1F18) is unknown color: approx Black Forest. HEX triplet: 1A, 1F and 18. RGB value is (26,31,24). Sum of RGB (Red+Green+Blue) = 26+31+24=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 31 - color contains mainly: green. Hex color #1A1F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1F18 is #E5E0E7. Grayscale: #1C1C1C. Windows color (decimal): -15065320 or 1580826. OLE color: 1580826.

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

Color convert

RGB263124-
CMYK0.1600.230.88
HSL102.86º12.73%10.78%-
HSV(B)102.86º22.58%12.16%-
XYZ1.081.271.05-
YUV28.71125.34126.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.10%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=32.10%
G=38.27%
B=29.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2631240.1600.230.88102.8612.7310.78
Hex1A1F18100175867db
Octal323730200271301471513
Binary110101111111000100000101111011000110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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