Html Css Color HEX #241413 Seal Brown

📋 copy color: '#241413'

red 36 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #241413

Tints of Seal Brown #241413

RGB

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

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

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

R = 48%
G = 26.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#241413 (or 0x241413) is known color: Seal Brown. HEX triplet: 24, 14 and 13. RGB value is (36,20,19). Sum of RGB (Red+Green+Blue) = 36+20+19=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #241413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241413 is #DBEBEC. Grayscale: #181818. Windows color (decimal): -14412781 or 1250340. OLE color: 1250340.

HSL color Cylindrical-coordinate representation of color #241413: hue angle of 3.53º 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 #241413 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 20 19 -
CMYK 0 0.44 0.47 0.86
HSL 3.53º 0.31% 0.11% -
HSV(B) 3.53º 0.47% 0.14% -
XYZ 1.1 0.92 0.74 -
YUV 24.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 36 20 19 0 0.44 0.47 0.86 3.53 0.31 0.11
Hex 24 14 13 0 2C 2F 56 4 1F B
Octal 44 24 23 0 54 57 126 4 37 13
Binary 100100 10100 10011 0 101100 101111 1010110 100 11111 1011

Color Harmonies of #241413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241413

Black with #241413

Text Example


Text Example

White with #241413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241413; }

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

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

background-color css

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

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

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

border-color css

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

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

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