#232820

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

Shades of Black Forest #232820

Tints of Black Forest #232820

Color information

#232820 (or 0x232820) is unknown color: approx Black Forest. HEX triplet: 23, 28 and 20. RGB value is (35,40,32). Sum of RGB (Red+Green+Blue) = 35+40+32=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 40 - color contains mainly: green. Hex color #232820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232820 is #DCD7DF. Grayscale: #252525. Windows color (decimal): -14473184 or 2107427. OLE color: 2107427.

HSL color Cylindrical-coordinate representation of color #232820: hue angle of 97.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #232820 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB354032-
CMYK0.1200.200.84
HSL97.5º11.11%14.12%-
HSV(B)97.5º20%15.69%-
XYZ1.711.981.66-
YUV37.59124.84126.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.71%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=32.71%
G=37.38%
B=29.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3540320.1200.200.8497.511.1114.12
Hex232820C0145461be
Octal435040140241241411316
Binary10001110100010000011000101001010100110000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232820; }

 p { color: rgb(35,40,32); }

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

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

 a { background-color: rgb(35,40,32); }

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

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

 span { border-color: rgb(35,40,32); }

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