#23321B

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

Shades of Black Forest #23321B

Tints of Black Forest #23321B

Color information

#23321B (or 0x23321B) is unknown color: approx Black Forest. HEX triplet: 23, 32 and 1B. RGB value is (35,50,27). Sum of RGB (Red+Green+Blue) = 35+50+27=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #23321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23321B is #DCCDE4. Grayscale: #2A2A2A. Windows color (decimal): -14470629 or 1782307. OLE color: 1782307.

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

Color convert

RGB355027-
CMYK0.3000.460.80
HSL99.13º29.87%15.1%-
HSV(B)99.13º46%19.61%-
XYZ2.032.721.45-
YUV42.89119.03122.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.25%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=31.25%
G=44.64%
B=24.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3550270.3000.460.8099.1329.8715.1
Hex23321B1E02E50631ef
Octal436233360561201433617
Binary1000111100101101111110010111010100001100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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