#232E1C

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

Shades of Black Forest #232E1C

Tints of Black Forest #232E1C

Color information

#232E1C (or 0x232E1C) is unknown color: approx Black Forest. HEX triplet: 23, 2E and 1C. RGB value is (35,46,28). Sum of RGB (Red+Green+Blue) = 35+46+28=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 46 - color contains mainly: green. Hex color #232E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E1C is #DCD1E3. Grayscale: #282828. Windows color (decimal): -14471652 or 1846819. OLE color: 1846819.

HSL color Cylindrical-coordinate representation of color #232E1C: hue angle of 96.67º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #232E1C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.

Color convert

RGB354628-
CMYK0.2400.390.82
HSL96.67º24.32%14.51%-
HSV(B)96.67º39.13%18.04%-
XYZ1.882.41.46-
YUV40.66120.86123.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.11%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=32.11%
G=42.20%
B=25.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3546280.2400.390.8296.6724.3214.51
Hex232E1C18027526118f
Octal435634300471221413017
Binary1000111011101110011000010011110100101100001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232E1C; }

 p { color: rgb(35,46,28); }

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

<style>
 a { background-color: #232E1C; }

 a { background-color: rgb(35,46,28); }

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

<style>
 span { border-color: #232E1C; }

 span { border-color: rgb(35,46,28); }

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