#23331B

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

Shades of Black Forest #23331B

Tints of Black Forest #23331B

Color information

#23331B (or 0x23331B) is unknown color: approx Black Forest. HEX triplet: 23, 33 and 1B. RGB value is (35,51,27). Sum of RGB (Red+Green+Blue) = 35+51+27=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #23331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23331B is #DCCCE4. Grayscale: #2B2B2B. Windows color (decimal): -14470373 or 1782563. OLE color: 1782563.

HSL color Cylindrical-coordinate representation of color #23331B: hue angle of 100º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #23331B is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB355127-
CMYK0.3100.470.8
HSL100º30.77%15.29%-
HSV(B)100º47.06%20%-
XYZ2.072.81.47-
YUV43.48118.7121.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=30.97%
G=45.13%
B=23.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3551270.3100.470.810030.7715.29
Hex23331B1F02F50641ff
Octal436333370571201443717
Binary1000111100111101111111010111110100001100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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