Html Css Color HEX #1C350D Black Forest

📋 copy color: '#1C350D'

red 28 ◦ green 53 ◦ blue 13

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

Shades of Black Forest #1C350D

Tints of Black Forest #1C350D

RGB

 RED value IS 28 (11.33% from 255) = 29.79%

 GREEN value IS 53 (21.09% from 255) = 56.38%

 BLUE value IS 13 (5.47% from 255) = 13.83%

R = 29.79%
G = 56.38%
B = 13.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#1C350D (or 0x1C350D) is known color: Black Forest. HEX triplet: 1C, 35 and 0D. RGB value is (28,53,13). Sum of RGB (Red+Green+Blue) = 28+53+13=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #1C350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C350D is #E3CAF2. Grayscale: #292929. Windows color (decimal): -14928627 or 865564. OLE color: 865564.

HSL color Cylindrical-coordinate representation of color #1C350D: hue angle of 97.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C350D is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 28 53 13 -
CMYK 0.47 0 0.75 0.79
HSL 97.5º 0.61% 0.13% -
HSV(B) 97.5º 0.75% 0.21% -
XYZ 1.82 2.82 0.83 -
YUV 40.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 28 53 13 0.47 0 0.75 0.79 97.5 0.61 0.13
Hex 1C 35 D 2F 0 4B 4F 62 3D D
Octal 34 65 15 57 0 113 117 142 75 15
Binary 11100 110101 1101 101111 0 1001011 1001111 1100010 111101 1101

Color Harmonies of #1C350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C350D

Black with #1C350D

Text Example


Text Example

White with #1C350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,53,13); }

 H1.HeaderClassName
 {
   color: #1C350D;
 }
 .AnyTagClassName
 {
   color: #1C350D;
 }
</style>

background-color css

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

 a { background-color: rgb(28,53,13); }

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

border-color css

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

 span { border-color: rgb(28,53,13); }

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