Html Css Color HEX #231111 Seal Brown

📋 copy color: '#231111'

red 35 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #231111

Tints of Seal Brown #231111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.64%

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

R = 50.72%
G = 24.64%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#231111 (or 0x231111) is known color: Seal Brown. HEX triplet: 23, 11 and 11. RGB value is (35,17,17). Sum of RGB (Red+Green+Blue) = 35+17+17=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #231111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231111 is #DCEEEE. Grayscale: #161616. Windows color (decimal): -14479087 or 1118499. OLE color: 1118499.

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

Color convert

RGB 35 17 17 -
CMYK 0 0.51 0.51 0.86
HSL 0.35% 0.1% -
HSV(B) 0.51% 0.14% -
XYZ 0.99 0.8 0.63 -
YUV 22.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 35 17 17 0 0.51 0.51 0.86 0 0.35 0.1
Hex 23 11 11 0 33 33 56 0 23 A
Octal 43 21 21 0 63 63 126 0 43 12
Binary 100011 10001 10001 0 110011 110011 1010110 0 100011 1010

Color Harmonies of #231111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231111

Black with #231111

Text Example


Text Example

White with #231111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231111; }

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

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

background-color css

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

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

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

border-color css

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

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

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