Html Css Color HEX #251414 Seal Brown

📋 copy color: '#251414'

red 37 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #251414

Tints of Seal Brown #251414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

 BLUE value IS 20 (8.2% from 255) = 25.97%

R = 48.05%
G = 25.97%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#251414 (or 0x251414) is known color: Seal Brown. HEX triplet: 25, 14 and 14. RGB value is (37,20,20). Sum of RGB (Red+Green+Blue) = 37+20+20=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251414 is #DAEBEB. Grayscale: #191919. Windows color (decimal): -14347244 or 1315877. OLE color: 1315877.

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

Color convert

RGB 37 20 20 -
CMYK 0 0.46 0.46 0.85
HSL 0.3% 0.11% -
HSV(B) 0.46% 0.15% -
XYZ 1.14 0.94 0.78 -
YUV 25.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 37 20 20 0 0.46 0.46 0.85 0 0.3 0.11
Hex 25 14 14 0 2E 2E 55 0 1E B
Octal 45 24 24 0 56 56 125 0 36 13
Binary 100101 10100 10100 0 101110 101110 1010101 0 11110 1011

Color Harmonies of #251414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251414

Black with #251414

Text Example


Text Example

White with #251414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251414; }

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

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

background-color css

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

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

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

border-color css

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

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

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