#232F1C

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

Shades of Black Forest #232F1C

Tints of Black Forest #232F1C

Color information

#232F1C (or 0x232F1C) is unknown color: approx Black Forest. HEX triplet: 23, 2F and 1C. RGB value is (35,47,28). Sum of RGB (Red+Green+Blue) = 35+47+28=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #232F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F1C is #DCD0E3. Grayscale: #292929. Windows color (decimal): -14471396 or 1847075. OLE color: 1847075.

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

Color convert

RGB354728-
CMYK0.2600.400.82
HSL97.89º25.33%14.71%-
HSV(B)97.89º40.43%18.43%-
XYZ1.922.471.48-
YUV41.25120.52123.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=31.82%
G=42.73%
B=25.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3547280.2600.400.8297.8925.3314.71
Hex232F1C1A028526219f
Octal435734320501221423117
Binary1000111011111110011010010100010100101100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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