#23321C

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

Shades of Black Forest #23321C

Tints of Black Forest #23321C

Color information

#23321C (or 0x23321C) is unknown color: approx Black Forest. HEX triplet: 23, 32 and 1C. RGB value is (35,50,28). Sum of RGB (Red+Green+Blue) = 35+50+28=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #23321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23321C is #DCCDE3. Grayscale: #2B2B2B. Windows color (decimal): -14470628 or 1847843. OLE color: 1847843.

HSL color Cylindrical-coordinate representation of color #23321C: hue angle of 100.91º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23321C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB355028-
CMYK0.3000.440.80
HSL100.91º28.21%15.29%-
HSV(B)100.91º44%19.61%-
XYZ2.042.721.52-
YUV43.01119.53122.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=30.97%
G=44.25%
B=24.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3550280.3000.440.80100.9128.2115.29
Hex23321C1E02C50651cf
Octal436234360541201453417
Binary1000111100101110011110010110010100001100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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