Html Css Color HEX #231211 Seal Brown

📋 copy color: '#231211'

red 35 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #231211

Tints of Seal Brown #231211

RGB

 RED value IS 35 (14.06% from 255) = 50%

 GREEN value IS 18 (7.42% from 255) = 25.71%

 BLUE value IS 17 (7.03% from 255) = 24.29%

R = 50%
G = 25.71%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#231211 (or 0x231211) is known color: Seal Brown. HEX triplet: 23, 12 and 11. RGB value is (35,18,17). Sum of RGB (Red+Green+Blue) = 35+18+17=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #231211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231211 is #DCEDEE. Grayscale: #161616. Windows color (decimal): -14478831 or 1118755. OLE color: 1118755.

HSL color Cylindrical-coordinate representation of color #231211: hue angle of 3.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231211 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 18 17 -
CMYK 0 0.49 0.51 0.86
HSL 3.33º 0.35% 0.1% -
HSV(B) 3.33º 0.51% 0.14% -
XYZ 1.01 0.83 0.64 -
YUV 22.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 35 18 17 0 0.49 0.51 0.86 3.33 0.35 0.1
Hex 23 12 11 0 31 33 56 3 23 A
Octal 43 22 21 0 61 63 126 3 43 12
Binary 100011 10010 10001 0 110001 110011 1010110 11 100011 1010

Color Harmonies of #231211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231211

Black with #231211

Text Example


Text Example

White with #231211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231211; }

 p { color: rgb(35,18,17); }

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

background-color css

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

 a { background-color: rgb(35,18,17); }

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

border-color css

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

 span { border-color: rgb(35,18,17); }

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