Html Css Color HEX #241313 Seal Brown

📋 copy color: '#241313'

red 36 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #241313

Tints of Seal Brown #241313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

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

R = 48.65%
G = 25.68%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#241313 (or 0x241313) is known color: Seal Brown. HEX triplet: 24, 13 and 13. RGB value is (36,19,19). Sum of RGB (Red+Green+Blue) = 36+19+19=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #241313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241313 is #DBECEC. Grayscale: #181818. Windows color (decimal): -14413037 or 1250084. OLE color: 1250084.

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

Color convert

RGB 36 19 19 -
CMYK 0 0.47 0.47 0.86
HSL 0.31% 0.11% -
HSV(B) 0.47% 0.14% -
XYZ 1.08 0.89 0.73 -
YUV 24.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 36 19 19 0 0.47 0.47 0.86 0 0.31 0.11
Hex 24 13 13 0 2F 2F 56 0 1F B
Octal 44 23 23 0 57 57 126 0 37 13
Binary 100100 10011 10011 0 101111 101111 1010110 0 11111 1011

Color Harmonies of #241313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241313

Black with #241313

Text Example


Text Example

White with #241313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241313; }

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

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

background-color css

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

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

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

border-color css

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

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

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