Html Css Color HEX #1C3013 Black Forest

📋 copy color: '#1C3013'

red 28 ◦ green 48 ◦ blue 19

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

Shades of Black Forest #1C3013

Tints of Black Forest #1C3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20%

R = 29.47%
G = 50.53%
B = 20%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#1C3013 (or 0x1C3013) is known color: Black Forest. HEX triplet: 1C, 30 and 13. RGB value is (28,48,19). Sum of RGB (Red+Green+Blue) = 28+48+19=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #1C3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3013 is #E3CFEC. Grayscale: #262626. Windows color (decimal): -14929901 or 1257500. OLE color: 1257500.

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

Color convert

RGB 28 48 19 -
CMYK 0.42 0 0.60 0.81
HSL 101.38º 0.43% 0.13% -
HSV(B) 101.38º 0.6% 0.19% -
XYZ 1.65 2.41 0.99 -
YUV 38.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 28 48 19 0.42 0 0.60 0.81 101.38 0.43 0.13
Hex 1C 30 13 2A 0 3C 51 65 2B D
Octal 34 60 23 52 0 74 121 145 53 15
Binary 11100 110000 10011 101010 0 111100 1010001 1100101 101011 1101

Color Harmonies of #1C3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3013

Black with #1C3013

Text Example


Text Example

White with #1C3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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