#231A18

Color #231A18 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #231A18

Tints of Seal Brown #231A18

Color information

#231A18 (or 0x231A18) is unknown color: approx Seal Brown. HEX triplet: 23, 1A and 18. RGB value is (35,26,24). Sum of RGB (Red+Green+Blue) = 35+26+24=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #231A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A18 is #DCE5E7. Grayscale: #1C1C1C. Windows color (decimal): -14476776 or 1579555. OLE color: 1579555.

HSL color Cylindrical-coordinate representation of color #231A18: hue angle of 10.91º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #231A18 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB352624-
CMYK00.260.310.86
HSL10.91º18.64%11.57%-
HSV(B)10.91º31.43%13.73%-
XYZ1.231.161.02-
YUV28.46125.48132.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.18%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 24 (9.77% from 255) = 28.24%
R=41.18%
G=30.59%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35262400.260.310.8610.9118.6411.57
Hex231A1801A1F56b13c
Octal43323003237126132314
Binary10001111010110000110101111110101101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A18; }

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

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

<style>
 a { background-color: #231A18; }

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

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

<style>
 span { border-color: #231A18; }

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

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