#1B2F10

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

Shades of Black Forest #1B2F10

Tints of Black Forest #1B2F10

Color information

#1B2F10 (or 0x1B2F10) is unknown color: approx Black Forest. HEX triplet: 1B, 2F and 10. RGB value is (27,47,16). Sum of RGB (Red+Green+Blue) = 27+47+16=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #1B2F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2F10 is #E4D0EF. Grayscale: #252525. Windows color (decimal): -14995696 or 1060635. OLE color: 1060635.

HSL color Cylindrical-coordinate representation of color #1B2F10: hue angle of 98.71º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B2F10 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.

Color convert

RGB274716-
CMYK0.4300.660.82
HSL98.71º49.21%12.35%-
HSV(B)98.71º65.96%18.43%-
XYZ1.562.30.85-
YUV37.49115.87120.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30%
GREEN value IS 47 (18.75% from 255) = 52.22%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=30%
G=52.22%
B=17.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2747160.4300.660.8298.7149.2112.35
Hex1B2F102B042526331c
Octal3357205301021221436114
Binary110111011111000010101101000010101001011000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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