#1B331B

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

Shades of Myrtle #1B331B

Tints of Myrtle #1B331B

Color information

#1B331B (or 0x1B331B) is unknown color: approx Myrtle. HEX triplet: 1B, 33 and 1B. RGB value is (27,51,27). Sum of RGB (Red+Green+Blue) = 27+51+27=105 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.71% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #1B331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B331B is #E4CCE4. Grayscale: #292929. Windows color (decimal): -14994661 or 1782555. OLE color: 1782555.

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

Color convert

RGB275127-
CMYK0.4700.470.8
HSL120º30.77%15.29%-
HSV(B)120º47.06%20%-
XYZ1.832.681.46-
YUV41.09120.05117.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.71%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=25.71%
G=48.57%
B=25.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2751270.4700.470.812030.7715.29
Hex1B331B2F02F50781ff
Octal336333570571201703717
Binary1101111001111011101111010111110100001111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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