#1D3013

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

Shades of Black Forest #1D3013

Tints of Black Forest #1D3013

Color information

#1D3013 (or 0x1D3013) is unknown color: approx Black Forest. HEX triplet: 1D, 30 and 13. RGB value is (29,48,19). Sum of RGB (Red+Green+Blue) = 29+48+19=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3013 is #E2CFEC. Grayscale: #272727. Windows color (decimal): -14864365 or 1257501. OLE color: 1257501.

HSL color Cylindrical-coordinate representation of color #1D3013: hue angle of 99.31º 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 #1D3013 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB294819-
CMYK0.4000.600.81
HSL99.31º43.28%13.14%-
HSV(B)99.31º60.42%18.82%-
XYZ1.682.421-
YUV39.01116.71120.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.21%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=30.21%
G=50%
B=19.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948190.4000.600.8199.3143.2813.14
Hex1D30132803C51632bd
Octal356023500741211435315
Binary11101110000100111010000111100101000111000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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