Html Css Color HEX #251212 Seal Brown

📋 copy color: '#251212'

red 37 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #251212

Tints of Seal Brown #251212

RGB

 RED value IS 37 (14.84% from 255) = 50.68%

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

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

R = 50.68%
G = 24.66%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#251212 (or 0x251212) is known color: Seal Brown. HEX triplet: 25, 12 and 12. RGB value is (37,18,18). Sum of RGB (Red+Green+Blue) = 37+18+18=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #251212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251212 is #DAEDED. Grayscale: #171717. Windows color (decimal): -14347758 or 1184293. OLE color: 1184293.

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

Color convert

RGB 37 18 18 -
CMYK 0 0.51 0.51 0.85
HSL 0.35% 0.11% -
HSV(B) 0.51% 0.15% -
XYZ 1.09 0.87 0.68 -
YUV 23.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 37 18 18 0 0.51 0.51 0.85 0 0.35 0.11
Hex 25 12 12 0 33 33 55 0 23 B
Octal 45 22 22 0 63 63 125 0 43 13
Binary 100101 10010 10010 0 110011 110011 1010101 0 100011 1011

Color Harmonies of #251212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251212

Black with #251212

Text Example


Text Example

White with #251212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251212; }

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

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

background-color css

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

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

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

border-color css

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

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

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