Html Css Color HEX #1C231A Black Forest

📋 copy color: '#1C231A'

red 28 ◦ green 35 ◦ blue 26

#1C231A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #1C231A

Tints of Black Forest #1C231A

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 value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.86

RGB Variations

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

Color information

#1C231A (or 0x1C231A) is known color: 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

RGB 28 35 26 -
CMYK 0.20 0 0.26 0.86
HSL 106.67º 0.15% 0.12% -
HSV(B) 106.67º 0.26% 0.14% -
XYZ 1.27 1.52 1.2 -
YUV 31.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 28 35 26 0.20 0 0.26 0.86 106.67 0.15 0.12
Hex 1C 23 1A 14 0 1A 56 6B F C
Octal 34 43 32 24 0 32 126 153 17 14
Binary 11100 100011 11010 10100 0 11010 1010110 1101011 1111 1100

Color Harmonies of #1C231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C231A

Black with #1C231A

Text Example


Text Example

White with #1C231A

Text Example


Text Example

HTML Codes & Css Web 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>