#242F1B

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

Shades of Black Forest #242F1B

Tints of Black Forest #242F1B

Color information

#242F1B (or 0x242F1B) is unknown color: approx Black Forest. HEX triplet: 24, 2F and 1B. RGB value is (36,47,27). Sum of RGB (Red+Green+Blue) = 36+47+27=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #242F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F1B is #DBD0E4. Grayscale: #292929. Windows color (decimal): -14405861 or 1781540. OLE color: 1781540.

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

Color convert

RGB364727-
CMYK0.2300.430.82
HSL93º27.03%14.51%-
HSV(B)93º42.55%18.43%-
XYZ1.942.491.41-
YUV41.43119.86124.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.73%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=32.73%
G=42.73%
B=24.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3647270.2300.430.829327.0314.51
Hex242F1B1702B525d1bf
Octal445733270531221353317
Binary1001001011111101110111010101110100101011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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