#1B3010

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

Shades of Black Forest #1B3010

Tints of Black Forest #1B3010

Color information

#1B3010 (or 0x1B3010) is unknown color: approx Black Forest. HEX triplet: 1B, 30 and 10. RGB value is (27,48,16). Sum of RGB (Red+Green+Blue) = 27+48+16=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #1B3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3010 is #E4CFEF. Grayscale: #262626. Windows color (decimal): -14995440 or 1060891. OLE color: 1060891.

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

Color convert

RGB274816-
CMYK0.4400.670.81
HSL99.38º50%12.55%-
HSV(B)99.38º66.67%18.82%-
XYZ1.62.380.87-
YUV38.07115.54120.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.67%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=29.67%
G=52.75%
B=17.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2748160.4400.670.8199.385012.55
Hex1B30102C043516332d
Octal3360205401031211436215
Binary110111100001000010110001000011101000111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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