Html Css Color HEX #1C3010 Black Forest

📋 copy color: '#1C3010'

red 28 ◦ green 48 ◦ blue 16

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

Shades of Black Forest #1C3010

Tints of Black Forest #1C3010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.17%

 BLUE value IS 16 (6.64% from 255) = 17.39%

R = 30.43%
G = 52.17%
B = 17.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#1C3010 (or 0x1C3010) is known color: Black Forest. HEX triplet: 1C, 30 and 10. RGB value is (28,48,16). Sum of RGB (Red+Green+Blue) = 28+48+16=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #1C3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3010 is #E3CFEF. Grayscale: #262626. Windows color (decimal): -14929904 or 1060892. OLE color: 1060892.

HSL color Cylindrical-coordinate representation of color #1C3010: hue angle of 97.5º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3010 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 28 48 16 -
CMYK 0.42 0 0.67 0.81
HSL 97.5º 0.5% 0.13% -
HSV(B) 97.5º 0.67% 0.19% -
XYZ 1.63 2.4 0.87 -
YUV 38.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 28 48 16 0.42 0 0.67 0.81 97.5 0.5 0.13
Hex 1C 30 10 2A 0 43 51 62 32 D
Octal 34 60 20 52 0 103 121 142 62 15
Binary 11100 110000 10000 101010 0 1000011 1010001 1100010 110010 1101

Color Harmonies of #1C3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3010

Black with #1C3010

Text Example


Text Example

White with #1C3010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,16); }

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

background-color css

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

 a { background-color: rgb(28,48,16); }

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

border-color css

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

 span { border-color: rgb(28,48,16); }

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