#242C1F

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

Shades of Black Forest #242C1F

Tints of Black Forest #242C1F

Color information

#242C1F (or 0x242C1F) is unknown color: approx Black Forest. HEX triplet: 24, 2C and 1F. RGB value is (36,44,31). Sum of RGB (Red+Green+Blue) = 36+44+31=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 44 - color contains mainly: green. Hex color #242C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C1F is #DBD3E0. Grayscale: #282828. Windows color (decimal): -14406625 or 2042916. OLE color: 2042916.

HSL color Cylindrical-coordinate representation of color #242C1F: hue angle of 96.92º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #242C1F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB364431-
CMYK0.1800.300.83
HSL96.92º17.33%14.71%-
HSV(B)96.92º29.55%17.25%-
XYZ1.882.281.64-
YUV40.13122.85125.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.43%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=32.43%
G=39.64%
B=27.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3644310.1800.300.8396.9217.3314.71
Hex242C1F1201E536111f
Octal445437220361231412117
Binary100100101100111111001001111010100111100001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,44,31); }

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

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

 a { background-color: rgb(36,44,31); }

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

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

 span { border-color: rgb(36,44,31); }

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