Html Css Color HEX #190B0B Seal Brown

📋 copy color: '#190B0B'

red 25 ◦ green 11 ◦ blue 11

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

Shades of Seal Brown #190B0B

Tints of Seal Brown #190B0B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 23.4%

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

R = 53.19%
G = 23.4%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#190B0B (or 0x190B0B) is known color: Seal Brown. HEX triplet: 19, 0B and 0B. RGB value is (25,11,11). Sum of RGB (Red+Green+Blue) = 25+11+11=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #190B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B0B is #E6F4F4. Grayscale: #0F0F0F. Windows color (decimal): -15135989 or 723737. OLE color: 723737.

HSL color Cylindrical-coordinate representation of color #190B0B: hue angle of 0º 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 #190B0B is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 11 11 -
CMYK 0 0.56 0.56 0.90
HSL 0.39% 0.07% -
HSV(B) 0.56% 0.1% -
XYZ 0.58 0.47 0.38 -
YUV 15.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 25 11 11 0 0.56 0.56 0.90 0 0.39 0.07
Hex 19 B B 0 38 38 5A 0 27 7
Octal 31 13 13 0 70 70 132 0 47 7
Binary 11001 1011 1011 0 111000 111000 1011010 0 100111 111

Color Harmonies of #190B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B0B

Black with #190B0B

Text Example


Text Example

White with #190B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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