#1A381B

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

Shades of Myrtle #1A381B

Tints of Myrtle #1A381B

Color information

#1A381B (or 0x1A381B) is unknown color: approx Myrtle. HEX triplet: 1A, 38 and 1B. RGB value is (26,56,27). Sum of RGB (Red+Green+Blue) = 26+56+27=109 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.85% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #1A381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A381B is #E5C7E4. Grayscale: #2B2B2B. Windows color (decimal): -15058917 or 1783834. OLE color: 1783834.

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

Color convert

RGB265627-
CMYK0.5400.520.78
HSL122º36.59%16.08%-
HSV(B)122º53.57%21.96%-
XYZ2.043.131.53-
YUV43.72118.56115.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.85%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=23.85%
G=51.38%
B=24.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2656270.5400.520.7812236.5916.08
Hex1A381B360344E7a2510
Octal327033660641161724520
Binary110101110001101111011001101001001110111101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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