#23311C

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

Shades of Black Forest #23311C

Tints of Black Forest #23311C

Color information

#23311C (or 0x23311C) is unknown color: approx Black Forest. HEX triplet: 23, 31 and 1C. RGB value is (35,49,28). Sum of RGB (Red+Green+Blue) = 35+49+28=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #23311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23311C is #DCCEE3. Grayscale: #2A2A2A. Windows color (decimal): -14470884 or 1847587. OLE color: 1847587.

HSL color Cylindrical-coordinate representation of color #23311C: hue angle of 100º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #23311C is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB354928-
CMYK0.2900.430.81
HSL100º27.27%15.1%-
HSV(B)100º42.86%19.22%-
XYZ22.641.5-
YUV42.42119.86122.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.25%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 28 (11.33% from 255) = 25%
R=31.25%
G=43.75%
B=25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3549280.2900.430.8110027.2715.1
Hex23311C1D02B51641bf
Octal436134350531211443317
Binary1000111100011110011101010101110100011100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23311C; }

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

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

<style>
 a { background-color: #23311C; }

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

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

<style>
 span { border-color: #23311C; }

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

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