#242F1C

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

Shades of Black Forest #242F1C

Tints of Black Forest #242F1C

Color information

#242F1C (or 0x242F1C) is unknown color: approx Black Forest. HEX triplet: 24, 2F and 1C. RGB value is (36,47,28). Sum of RGB (Red+Green+Blue) = 36+47+28=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #242F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F1C is #DBD0E3. Grayscale: #292929. Windows color (decimal): -14405860 or 1847076. OLE color: 1847076.

HSL color Cylindrical-coordinate representation of color #242F1C: hue angle of 94.74º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #242F1C is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.82.

Color convert

RGB364728-
CMYK0.2300.400.82
HSL94.74º25.33%14.71%-
HSV(B)94.74º40.43%18.43%-
XYZ1.952.491.48-
YUV41.54120.36124.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.43%
GREEN value IS 47 (18.75% from 255) = 42.34%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=32.43%
G=42.34%
B=25.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3647280.2300.400.8294.7425.3314.71
Hex242F1C17028525f19f
Octal445734270501221373117
Binary1001001011111110010111010100010100101011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242F1C; }

 p { color: rgb(36,47,28); }

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

<style>
 a { background-color: #242F1C; }

 a { background-color: rgb(36,47,28); }

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

<style>
 span { border-color: #242F1C; }

 span { border-color: rgb(36,47,28); }

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