Html Css Color HEX #1C1313 Seal Brown

📋 copy color: '#1C1313'

red 28 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #1C1313

Tints of Seal Brown #1C1313

RGB

 RED value IS 28 (11.33% from 255) = 42.42%

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

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

R = 42.42%
G = 28.79%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#1C1313 (or 0x1C1313) is known color: Seal Brown. HEX triplet: 1C, 13 and 13. RGB value is (28,19,19). Sum of RGB (Red+Green+Blue) = 28+19+19=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1313 is #E3ECEC. Grayscale: #151515. Windows color (decimal): -14937325 or 1250076. OLE color: 1250076.

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

Color convert

RGB 28 19 19 -
CMYK 0 0.32 0.32 0.89
HSL 0.19% 0.09% -
HSV(B) 0.32% 0.11% -
XYZ 0.83 0.76 0.72 -
YUV 21.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 28 19 19 0 0.32 0.32 0.89 0 0.19 0.09
Hex 1C 13 13 0 20 20 59 0 13 9
Octal 34 23 23 0 40 40 131 0 23 11
Binary 11100 10011 10011 0 100000 100000 1011001 0 10011 1001

Color Harmonies of #1C1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1313

Black with #1C1313

Text Example


Text Example

White with #1C1313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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