#1B301B

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

Shades of Myrtle #1B301B

Tints of Myrtle #1B301B

Color information

#1B301B (or 0x1B301B) is unknown color: approx Myrtle. HEX triplet: 1B, 30 and 1B. RGB value is (27,48,27). Sum of RGB (Red+Green+Blue) = 27+48+27=102 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.47% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #1B301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B301B is #E4CFE4. Grayscale: #272727. Windows color (decimal): -14995429 or 1781787. OLE color: 1781787.

HSL color Cylindrical-coordinate representation of color #1B301B: hue angle of 120º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B301B is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB274827-
CMYK0.4400.440.81
HSL120º28%14.71%-
HSV(B)120º43.75%18.82%-
XYZ1.712.431.42-
YUV39.33121.04119.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.47%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=26.47%
G=47.06%
B=26.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2748270.4400.440.811202814.71
Hex1B301B2C02C51781cf
Octal336033540541211703417
Binary1101111000011011101100010110010100011111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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