Html Css Color HEX #190D0B Seal Brown

📋 copy color: '#190D0B'

red 25 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #190D0B

Tints of Seal Brown #190D0B

RGB

 RED value IS 25 (10.16% from 255) = 51.02%

 GREEN value IS 13 (5.47% from 255) = 26.53%

 BLUE value IS 11 (4.69% from 255) = 22.45%

R = 51.02%
G = 26.53%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#190D0B (or 0x190D0B) is known color: Seal Brown. HEX triplet: 19, 0D and 0B. RGB value is (25,13,11). Sum of RGB (Red+Green+Blue) = 25+13+11=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D0B is #E6F2F4. Grayscale: #101010. Windows color (decimal): -15135477 or 724249. OLE color: 724249.

HSL color Cylindrical-coordinate representation of color #190D0B: hue angle of 8.57º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #190D0B is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 13 11 -
CMYK 0 0.48 0.56 0.90
HSL 8.57º 0.39% 0.07% -
HSV(B) 8.57º 0.56% 0.1% -
XYZ 0.61 0.52 0.38 -
YUV 16.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 25 13 11 0 0.48 0.56 0.90 8.57 0.39 0.07
Hex 19 D B 0 30 38 5A 9 27 7
Octal 31 15 13 0 60 70 132 11 47 7
Binary 11001 1101 1011 0 110000 111000 1011010 1001 100111 111

Color Harmonies of #190D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190D0B

Black with #190D0B

Text Example


Text Example

White with #190D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190D0B; }

 p { color: rgb(25,13,11); }

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

background-color css

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

 a { background-color: rgb(25,13,11); }

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

border-color css

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

 span { border-color: rgb(25,13,11); }

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