Html Css Color HEX #1A1313 Seal Brown

📋 copy color: '#1A1313'

red 26 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #1A1313

Tints of Seal Brown #1A1313

RGB

 RED value IS 26 (10.55% from 255) = 40.63%

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

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

R = 40.63%
G = 29.69%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#1A1313 (or 0x1A1313) is known color: Seal Brown. HEX triplet: 1A, 13 and 13. RGB value is (26,19,19). Sum of RGB (Red+Green+Blue) = 26+19+19=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1313 is #E5ECEC. Grayscale: #151515. Windows color (decimal): -15068397 or 1250074. OLE color: 1250074.

HSL color Cylindrical-coordinate representation of color #1A1313: hue angle of 0º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1A1313 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 19 19 -
CMYK 0 0.27 0.27 0.90
HSL 0.16% 0.09% -
HSV(B) 0.27% 0.1% -
XYZ 0.78 0.73 0.72 -
YUV 21.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 26 19 19 0 0.27 0.27 0.90 0 0.16 0.09
Hex 1A 13 13 0 1B 1B 5A 0 10 9
Octal 32 23 23 0 33 33 132 0 20 11
Binary 11010 10011 10011 0 11011 11011 1011010 0 10000 1001

Color Harmonies of #1A1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1313

Black with #1A1313

Text Example


Text Example

White with #1A1313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A1313; }

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

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

background-color css

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

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

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

border-color css

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

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

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