#23311A

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

Shades of Black Forest #23311A

Tints of Black Forest #23311A

Color information

#23311A (or 0x23311A) is unknown color: approx Black Forest. HEX triplet: 23, 31 and 1A. RGB value is (35,49,26). Sum of RGB (Red+Green+Blue) = 35+49+26=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #23311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23311A is #DCCEE5. Grayscale: #2A2A2A. Windows color (decimal): -14470886 or 1716515. OLE color: 1716515.

HSL color Cylindrical-coordinate representation of color #23311A: hue angle of 96.52º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #23311A is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB354926-
CMYK0.2900.470.81
HSL96.52º30.67%14.71%-
HSV(B)96.52º46.94%19.22%-
XYZ1.982.631.38-
YUV42.19118.86122.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=31.82%
G=44.55%
B=23.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3549260.2900.470.8196.5230.6714.71
Hex23311A1D02F51611ff
Octal436132350571211413717
Binary1000111100011101011101010111110100011100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23311A; }

 p { color: rgb(35,49,26); }

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

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

 a { background-color: rgb(35,49,26); }

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

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

 span { border-color: rgb(35,49,26); }

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