#23301F

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

Shades of Black Forest #23301F

Tints of Black Forest #23301F

Color information

#23301F (or 0x23301F) is unknown color: approx Black Forest. HEX triplet: 23, 30 and 1F. RGB value is (35,48,31). Sum of RGB (Red+Green+Blue) = 35+48+31=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #23301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23301F is #DCCFE0. Grayscale: #2A2A2A. Windows color (decimal): -14471137 or 2043939. OLE color: 2043939.

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

Color convert

RGB354831-
CMYK0.2700.350.81
HSL105.88º21.52%15.49%-
HSV(B)105.88º35.42%18.82%-
XYZ22.571.69-
YUV42.18121.69122.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 48 (19.14% from 255) = 42.11%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=30.70%
G=42.11%
B=27.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548310.2700.350.81105.8821.5215.49
Hex23301F1B023516a16f
Octal436037330431211522617
Binary1000111100001111111011010001110100011101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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