Html Css Color HEX #1A1B18 Rangoon Green

📋 copy color: '#1A1B18'

red 26 ◦ green 27 ◦ blue 24

#1A1B18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #1A1B18

Tints of Rangoon Green #1A1B18

RGB

 RED value IS 26 (10.55% from 255) = 33.77%

 GREEN value IS 27 (10.94% from 255) = 35.06%

 BLUE value IS 24 (9.77% from 255) = 31.17%

R = 33.77%
G = 35.06%
B = 31.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1A1B18 (or 0x1A1B18) is known color: Rangoon Green. HEX triplet: 1A, 1B and 18. RGB value is (26,27,24). Sum of RGB (Red+Green+Blue) = 26+27+24=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B18 is #E5E4E7. Grayscale: #1A1A1A. Windows color (decimal): -15066344 or 1579802. OLE color: 1579802.

HSL color Cylindrical-coordinate representation of color #1A1B18: hue angle of 80º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #1A1B18 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB 26 27 24 -
CMYK 0.04 0 0.11 0.89
HSL 80º 0.06% 0.1% -
HSV(B) 80º 0.11% 0.11% -
XYZ 0.98 1.07 1.02 -
YUV 26.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 26 27 24 0.04 0 0.11 0.89 80 0.06 0.1
Hex 1A 1B 18 4 0 B 59 50 6 A
Octal 32 33 30 4 0 13 131 120 6 12
Binary 11010 11011 11000 100 0 1011 1011001 1010000 110 1010

Color Harmonies of #1A1B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1B18

Black with #1A1B18

Text Example


Text Example

White with #1A1B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A1B18;
 }
 .AnyTagClassName
 {
   color: #1A1B18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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