#1C231A

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

Shades of Black Forest #1C231A

Tints of Black Forest #1C231A

Color information

#1C231A (or 0x1C231A) is unknown color: approx Black Forest. HEX triplet: 1C, 23 and 1A. RGB value is (28,35,26). Sum of RGB (Red+Green+Blue) = 28+35+26=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 35 - color contains mainly: green. Hex color #1C231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C231A is #E3DCE5. Grayscale: #1F1F1F. Windows color (decimal): -14933222 or 1712924. OLE color: 1712924.

HSL color Cylindrical-coordinate representation of color #1C231A: hue angle of 106.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1C231A is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB283526-
CMYK0.2000.260.86
HSL106.67º14.75%11.96%-
HSV(B)106.67º25.71%13.73%-
XYZ1.271.521.2-
YUV31.88124.68125.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.46%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=31.46%
G=39.33%
B=29.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2835260.2000.260.86106.6714.7511.96
Hex1C231A1401A566bfc
Octal344332240321261531714
Binary1110010001111010101000110101010110110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C231A; }

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

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

<style>
 a { background-color: #1C231A; }

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

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

<style>
 span { border-color: #1C231A; }

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

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