#23301C

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

Shades of Black Forest #23301C

Tints of Black Forest #23301C

Color information

#23301C (or 0x23301C) is unknown color: approx Black Forest. HEX triplet: 23, 30 and 1C. RGB value is (35,48,28). Sum of RGB (Red+Green+Blue) = 35+48+28=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #23301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23301C is #DCCFE3. Grayscale: #292929. Windows color (decimal): -14471140 or 1847331. OLE color: 1847331.

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

Color convert

RGB354828-
CMYK0.2700.420.81
HSL99º26.32%14.9%-
HSV(B)99º41.67%18.82%-
XYZ1.962.561.49-
YUV41.83120.19123.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.53%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=31.53%
G=43.24%
B=25.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548280.2700.420.819926.3214.9
Hex23301C1B02A51631af
Octal436034330521211433217
Binary1000111100001110011011010101010100011100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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