#232E1B

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

Shades of Black Forest #232E1B

Tints of Black Forest #232E1B

Color information

#232E1B (or 0x232E1B) is unknown color: approx Black Forest. HEX triplet: 23, 2E and 1B. RGB value is (35,46,27). Sum of RGB (Red+Green+Blue) = 35+46+27=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 46 - color contains mainly: green. Hex color #232E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E1B is #DCD1E4. Grayscale: #282828. Windows color (decimal): -14471653 or 1781283. OLE color: 1781283.

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

Color convert

RGB354627-
CMYK0.2400.410.82
HSL94.74º26.03%14.31%-
HSV(B)94.74º41.3%18.04%-
XYZ1.872.391.4-
YUV40.54120.36124.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 46 (18.36% from 255) = 42.59%
BLUE value IS 27 (10.94% from 255) = 25%
R=32.41%
G=42.59%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3546270.2400.410.8294.7426.0314.31
Hex232E1B18029525f1ae
Octal435633300511221373216
Binary1000111011101101111000010100110100101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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