#1B390B

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

Shades of Myrtle #1B390B

Tints of Myrtle #1B390B

Color information

#1B390B (or 0x1B390B) is unknown color: approx Myrtle. HEX triplet: 1B, 39 and 0B. RGB value is (27,57,11). Sum of RGB (Red+Green+Blue) = 27+57+11=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 57 (22.66% from 255 or 60% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 57 - color contains mainly: green. Hex color #1B390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B390B is #E4C6F4. Grayscale: #2A2A2A. Windows color (decimal): -14993141 or 735515. OLE color: 735515.

HSL color Cylindrical-coordinate representation of color #1B390B: hue angle of 99.13º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B390B is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB275711-
CMYK0.5300.810.78
HSL99.13º67.65%13.33%-
HSV(B)99.13º80.7%22.35%-
XYZ1.983.180.83-
YUV42.79110.06116.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.42%
GREEN value IS 57 (22.66% from 255) = 60%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=28.42%
G=60%
B=11.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2757110.5300.810.7899.1367.6513.33
Hex1B39B350514E6344d
Octal33711365012111614310415
Binary110111110011011110101010100011001110110001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,57,11); }

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

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

 a { background-color: rgb(27,57,11); }

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

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

 span { border-color: rgb(27,57,11); }

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