#23301B

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

Shades of Black Forest #23301B

Tints of Black Forest #23301B

Color information

#23301B (or 0x23301B) is unknown color: approx Black Forest. HEX triplet: 23, 30 and 1B. RGB value is (35,48,27). Sum of RGB (Red+Green+Blue) = 35+48+27=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #23301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23301B is #DCCFE4. Grayscale: #292929. Windows color (decimal): -14471141 or 1781795. OLE color: 1781795.

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

Color convert

RGB354827-
CMYK0.2700.440.81
HSL97.14º28%14.71%-
HSV(B)97.14º43.75%18.82%-
XYZ1.952.551.43-
YUV41.72119.69123.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=31.82%
G=43.64%
B=24.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548270.2700.440.8197.142814.71
Hex23301B1B02C51611cf
Octal436033330541211413417
Binary1000111100001101111011010110010100011100001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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