Html Css Color HEX #231313 Seal Brown

📋 copy color: '#231313'

red 35 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #231313

Tints of Seal Brown #231313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 47.95%
G = 26.03%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#231313 (or 0x231313) is known color: Seal Brown. HEX triplet: 23, 13 and 13. RGB value is (35,19,19). Sum of RGB (Red+Green+Blue) = 35+19+19=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #231313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231313 is #DCECEC. Grayscale: #171717. Windows color (decimal): -14478573 or 1250083. OLE color: 1250083.

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

Color convert

RGB 35 19 19 -
CMYK 0 0.46 0.46 0.86
HSL 0.3% 0.11% -
HSV(B) 0.46% 0.14% -
XYZ 1.04 0.87 0.73 -
YUV 23.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 35 19 19 0 0.46 0.46 0.86 0 0.3 0.11
Hex 23 13 13 0 2E 2E 56 0 1E B
Octal 43 23 23 0 56 56 126 0 36 13
Binary 100011 10011 10011 0 101110 101110 1010110 0 11110 1011

Color Harmonies of #231313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231313

Black with #231313

Text Example


Text Example

White with #231313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231313; }

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

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

background-color css

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

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

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

border-color css

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

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

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