Html Css Color HEX #231212 Seal Brown

📋 copy color: '#231212'

red 35 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #231212

Tints of Seal Brown #231212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 25.35%

R = 49.3%
G = 25.35%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#231212 (or 0x231212) is known color: Seal Brown. HEX triplet: 23, 12 and 12. RGB value is (35,18,18). Sum of RGB (Red+Green+Blue) = 35+18+18=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231212 is #DCEDED. Grayscale: #171717. Windows color (decimal): -14478830 or 1184291. OLE color: 1184291.

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

Color convert

RGB 35 18 18 -
CMYK 0 0.49 0.49 0.86
HSL 0.32% 0.1% -
HSV(B) 0.49% 0.14% -
XYZ 1.02 0.83 0.68 -
YUV 23.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 35 18 18 0 0.49 0.49 0.86 0 0.32 0.1
Hex 23 12 12 0 31 31 56 0 20 A
Octal 43 22 22 0 61 61 126 0 40 12
Binary 100011 10010 10010 0 110001 110001 1010110 0 100000 1010

Color Harmonies of #231212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231212

Black with #231212

Text Example


Text Example

White with #231212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231212; }

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

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

background-color css

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

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

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

border-color css

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

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

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