Html Css Color HEX #1A1515 Seal Brown

📋 copy color: '#1A1515'

red 26 ◦ green 21 ◦ blue 21

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

Shades of Seal Brown #1A1515

Tints of Seal Brown #1A1515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 30.88%

R = 38.24%
G = 30.88%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.90

RGB Variations

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

Color information

#1A1515 (or 0x1A1515) is known color: Seal Brown. HEX triplet: 1A, 15 and 15. RGB value is (26,21,21). Sum of RGB (Red+Green+Blue) = 26+21+21=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1515 is #E5EAEA. Grayscale: #161616. Windows color (decimal): -15067883 or 1381658. OLE color: 1381658.

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

Color convert

RGB 26 21 21 -
CMYK 0 0.19 0.19 0.90
HSL 0.11% 0.09% -
HSV(B) 0.19% 0.1% -
XYZ 0.83 0.81 0.82 -
YUV 22.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 26 21 21 0 0.19 0.19 0.90 0 0.11 0.09
Hex 1A 15 15 0 13 13 5A 0 B 9
Octal 32 25 25 0 23 23 132 0 13 11
Binary 11010 10101 10101 0 10011 10011 1011010 0 1011 1001

Color Harmonies of #1A1515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1515

Black with #1A1515

Text Example


Text Example

White with #1A1515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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