#23301E

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

Shades of Black Forest #23301E

Tints of Black Forest #23301E

Color information

#23301E (or 0x23301E) is unknown color: approx Black Forest. HEX triplet: 23, 30 and 1E. RGB value is (35,48,30). Sum of RGB (Red+Green+Blue) = 35+48+30=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #23301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23301E is #DCCFE1. Grayscale: #2A2A2A. Windows color (decimal): -14471138 or 1978403. OLE color: 1978403.

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

Color convert

RGB354830-
CMYK0.2700.370.81
HSL103.33º23.08%15.29%-
HSV(B)103.33º37.5%18.82%-
XYZ1.982.561.62-
YUV42.06121.19122.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=30.97%
G=42.48%
B=26.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548300.2700.370.81103.3323.0815.29
Hex23301E1B025516717f
Octal436036330451211472717
Binary1000111100001111011011010010110100011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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