#1B251A

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

Shades of Myrtle #1B251A

Tints of Myrtle #1B251A

Color information

#1B251A (or 0x1B251A) is unknown color: approx Myrtle. HEX triplet: 1B, 25 and 1A. RGB value is (27,37,26). Sum of RGB (Red+Green+Blue) = 27+37+26=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #1B251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B251A is #E4DAE5. Grayscale: #202020. Windows color (decimal): -14998246 or 1713435. OLE color: 1713435.

HSL color Cylindrical-coordinate representation of color #1B251A: hue angle of 114.55º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1B251A is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB273726-
CMYK0.2700.300.85
HSL114.55º17.46%12.35%-
HSV(B)114.55º29.73%14.51%-
XYZ1.31.631.22-
YUV32.76124.19123.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=30%
G=41.11%
B=28.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737260.2700.300.85114.5517.4612.35
Hex1B251A1B01E557311c
Octal334532330361251632114
Binary11011100101110101101101111010101011110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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