Html Css Color HEX #231A18 Seal Brown

📋 copy color: '#231A18'

red 35 ◦ green 26 ◦ blue 24

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

Shades of Seal Brown #231A18

Tints of Seal Brown #231A18

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 value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#231A18 (or 0x231A18) is known color: 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

RGB 35 26 24 -
CMYK 0 0.26 0.31 0.86
HSL 10.91º 0.19% 0.12% -
HSV(B) 10.91º 0.31% 0.14% -
XYZ 1.23 1.16 1.02 -
YUV 28.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 35 26 24 0 0.26 0.31 0.86 10.91 0.19 0.12
Hex 23 1A 18 0 1A 1F 56 B 13 C
Octal 43 32 30 0 32 37 126 13 23 14
Binary 100011 11010 11000 0 11010 11111 1010110 1011 10011 1100

Color Harmonies of #231A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A18

Black with #231A18

Text Example


Text Example

White with #231A18

Text Example


Text Example

HTML Codes & Css Web 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>