Html Css Color HEX #1B231F Midnight Moss

📋 copy color: '#1B231F'

red 27 ◦ green 35 ◦ blue 31

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

Shades of Midnight Moss #1B231F

Tints of Midnight Moss #1B231F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 33.33%

R = 29.03%
G = 37.63%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#1B231F (or 0x1B231F) is known color: Midnight Moss. HEX triplet: 1B, 23 and 1F. RGB value is (27,35,31). Sum of RGB (Red+Green+Blue) = 27+35+31=93 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.03% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 35 - color contains mainly: green. Hex color #1B231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B231F is #E4DCE0. Grayscale: #202020. Windows color (decimal): -14998753 or 2040603. OLE color: 2040603.

HSL color Cylindrical-coordinate representation of color #1B231F: hue angle of 150º 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 #1B231F is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 27 35 31 -
CMYK 0.23 0 0.11 0.86
HSL 150º 0.13% 0.12% -
HSV(B) 150º 0.23% 0.14% -
XYZ 1.3 1.53 1.52 -
YUV 32.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 27 35 31 0.23 0 0.11 0.86 150 0.13 0.12
Hex 1B 23 1F 17 0 B 56 96 D C
Octal 33 43 37 27 0 13 126 226 15 14
Binary 11011 100011 11111 10111 0 1011 1010110 10010110 1101 1100

Color Harmonies of #1B231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B231F

Black with #1B231F

Text Example


Text Example

White with #1B231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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