Html Css Color HEX #241513 Seal Brown

📋 copy color: '#241513'

red 36 ◦ green 21 ◦ blue 19

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

Shades of Seal Brown #241513

Tints of Seal Brown #241513

RGB

 RED value IS 36 (14.45% from 255) = 47.37%

 GREEN value IS 21 (8.59% from 255) = 27.63%

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

R = 47.37%
G = 27.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#241513 (or 0x241513) is known color: Seal Brown. HEX triplet: 24, 15 and 13. RGB value is (36,21,19). Sum of RGB (Red+Green+Blue) = 36+21+19=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #241513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241513 is #DBEAEC. Grayscale: #191919. Windows color (decimal): -14412525 or 1250596. OLE color: 1250596.

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

Color convert

RGB 36 21 19 -
CMYK 0 0.42 0.47 0.86
HSL 7.06º 0.31% 0.11% -
HSV(B) 7.06º 0.47% 0.14% -
XYZ 1.11 0.96 0.74 -
YUV 25.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 36 21 19 0 0.42 0.47 0.86 7.06 0.31 0.11
Hex 24 15 13 0 2A 2F 56 7 1F B
Octal 44 25 23 0 52 57 126 7 37 13
Binary 100100 10101 10011 0 101010 101111 1010110 111 11111 1011

Color Harmonies of #241513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241513

Black with #241513

Text Example


Text Example

White with #241513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241513; }

 p { color: rgb(36,21,19); }

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

background-color css

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

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

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

border-color css

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

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

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