#1B241A

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

Shades of Myrtle #1B241A

Tints of Myrtle #1B241A

Color information

#1B241A (or 0x1B241A) is unknown color: approx Myrtle. HEX triplet: 1B, 24 and 1A. RGB value is (27,36,26). Sum of RGB (Red+Green+Blue) = 27+36+26=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 36 - color contains mainly: green. Hex color #1B241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B241A is #E4DBE5. Grayscale: #202020. Windows color (decimal): -14998502 or 1713179. OLE color: 1713179.

HSL color Cylindrical-coordinate representation of color #1B241A: hue angle of 114º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1B241A is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB273626-
CMYK0.2500.280.86
HSL114º16.13%12.16%-
HSV(B)114º27.78%14.12%-
XYZ1.271.571.21-
YUV32.17124.52124.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.34%
GREEN value IS 36 (14.45% from 255) = 40.45%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=30.34%
G=40.45%
B=29.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2736260.2500.280.8611416.1312.16
Hex1B241A1901C567210c
Octal334432310341261622014
Binary11011100100110101100101110010101101110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,36,26); }

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

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

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

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

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

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

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