#232F1E

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

Shades of Black Forest #232F1E

Tints of Black Forest #232F1E

Color information

#232F1E (or 0x232F1E) is unknown color: approx Black Forest. HEX triplet: 23, 2F and 1E. RGB value is (35,47,30). Sum of RGB (Red+Green+Blue) = 35+47+30=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 47 - color contains mainly: green. Hex color #232F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F1E is #DCD0E1. Grayscale: #292929. Windows color (decimal): -14471394 or 1978147. OLE color: 1978147.

HSL color Cylindrical-coordinate representation of color #232F1E: hue angle of 102.35º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #232F1E is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB354730-
CMYK0.2600.360.82
HSL102.35º22.08%15.1%-
HSV(B)102.35º36.17%18.43%-
XYZ1.942.481.61-
YUV41.47121.52123.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.25%
GREEN value IS 47 (18.75% from 255) = 41.96%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=31.25%
G=41.96%
B=26.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3547300.2600.360.82102.3522.0815.1
Hex232F1E1A024526616f
Octal435736320441221462617
Binary1000111011111111011010010010010100101100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232F1E; }

 p { color: rgb(35,47,30); }

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

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

 a { background-color: rgb(35,47,30); }

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

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

 span { border-color: rgb(35,47,30); }

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