#1B380C

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

Shades of Myrtle #1B380C

Tints of Myrtle #1B380C

Color information

#1B380C (or 0x1B380C) is unknown color: approx Myrtle. HEX triplet: 1B, 38 and 0C. RGB value is (27,56,12). Sum of RGB (Red+Green+Blue) = 27+56+12=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #1B380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B380C is #E4C7F3. Grayscale: #2A2A2A. Windows color (decimal): -14993396 or 800795. OLE color: 800795.

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

Color convert

RGB275612-
CMYK0.5200.790.78
HSL99.55º64.71%13.33%-
HSV(B)99.55º78.57%21.96%-
XYZ1.933.090.84-
YUV42.31110.89117.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.42%
GREEN value IS 56 (22.27% from 255) = 58.95%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=28.42%
G=58.95%
B=12.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2756120.5200.790.7899.5564.7113.33
Hex1B38C3404F4E6441d
Octal33701464011711614410115
Binary110111110001100110100010011111001110110010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,56,12); }

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

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

 a { background-color: rgb(27,56,12); }

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

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

 span { border-color: rgb(27,56,12); }

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