#23301D

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

Shades of Black Forest #23301D

Tints of Black Forest #23301D

Color information

#23301D (or 0x23301D) is unknown color: approx Black Forest. HEX triplet: 23, 30 and 1D. RGB value is (35,48,29). Sum of RGB (Red+Green+Blue) = 35+48+29=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #23301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23301D is #DCCFE2. Grayscale: #2A2A2A. Windows color (decimal): -14471139 or 1912867. OLE color: 1912867.

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

Color convert

RGB354829-
CMYK0.2700.400.81
HSL101.05º24.68%15.1%-
HSV(B)101.05º39.58%18.82%-
XYZ1.972.561.55-
YUV41.95120.69123.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.25%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=31.25%
G=42.86%
B=25.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548290.2700.400.81101.0524.6815.1
Hex23301D1B028516519f
Octal436035330501211453117
Binary1000111100001110111011010100010100011100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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