Html Css Color HEX #241310 Seal Brown

📋 copy color: '#241310'

red 36 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #241310

Tints of Seal Brown #241310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 22.54%

R = 50.7%
G = 26.76%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#241310 (or 0x241310) is known color: Seal Brown. HEX triplet: 24, 13 and 10. RGB value is (36,19,16). Sum of RGB (Red+Green+Blue) = 36+19+16=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #241310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241310 is #DBECEF. Grayscale: #171717. Windows color (decimal): -14413040 or 1053476. OLE color: 1053476.

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

Color convert

RGB 36 19 16 -
CMYK 0 0.47 0.56 0.86
HSL 0.38% 0.1% -
HSV(B) 0.56% 0.14% -
XYZ 1.05 0.88 0.6 -
YUV 23.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 36 19 16 0 0.47 0.56 0.86 9 0.38 0.1
Hex 24 13 10 0 2F 38 56 9 26 A
Octal 44 23 20 0 57 70 126 11 46 12
Binary 100100 10011 10000 0 101111 111000 1010110 1001 100110 1010

Color Harmonies of #241310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241310

Black with #241310

Text Example


Text Example

White with #241310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241310; }

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

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

background-color css

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

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

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

border-color css

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

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

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