Html Css Color HEX #1B231E Midnight Moss

📋 copy color: '#1B231E'

red 27 ◦ green 35 ◦ blue 30

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

Shades of Midnight Moss #1B231E

Tints of Midnight Moss #1B231E

RGB

 RED value IS 27 (10.94% from 255) = 29.35%

 GREEN value IS 35 (14.06% from 255) = 38.04%

 BLUE value IS 30 (12.11% from 255) = 32.61%

R = 29.35%
G = 38.04%
B = 32.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#1B231E (or 0x1B231E) is known color: Midnight Moss. HEX triplet: 1B, 23 and 1E. RGB value is (27,35,30). Sum of RGB (Red+Green+Blue) = 27+35+30=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 35 - color contains mainly: green. Hex color #1B231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B231E is #E4DCE1. Grayscale: #202020. Windows color (decimal): -14998754 or 1975067. OLE color: 1975067.

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

Color convert

RGB 27 35 30 -
CMYK 0.23 0 0.14 0.86
HSL 142.5º 0.13% 0.12% -
HSV(B) 142.5º 0.23% 0.14% -
XYZ 1.29 1.53 1.46 -
YUV 32.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 27 35 30 0.23 0 0.14 0.86 142.5 0.13 0.12
Hex 1B 23 1E 17 0 E 56 8E D C
Octal 33 43 36 27 0 16 126 216 15 14
Binary 11011 100011 11110 10111 0 1110 1010110 10001110 1101 1100

Color Harmonies of #1B231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B231E

Black with #1B231E

Text Example


Text Example

White with #1B231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,35,30); }

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

background-color css

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

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

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

border-color css

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

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

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