Html Css Color HEX #1F100B Seal Brown

📋 copy color: '#1F100B'

red 31 ◦ green 16 ◦ blue 11

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

Shades of Seal Brown #1F100B

Tints of Seal Brown #1F100B

RGB

 RED value IS 31 (12.5% from 255) = 53.45%

 GREEN value IS 16 (6.64% from 255) = 27.59%

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

R = 53.45%
G = 27.59%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.88

RGB Variations

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

Color information

#1F100B (or 0x1F100B) is known color: Seal Brown. HEX triplet: 1F, 10 and 0B. RGB value is (31,16,11). Sum of RGB (Red+Green+Blue) = 31+16+11=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F100B is #E0EFF4. Grayscale: #131313. Windows color (decimal): -14741493 or 725023. OLE color: 725023.

HSL color Cylindrical-coordinate representation of color #1F100B: hue angle of 15º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F100B is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 16 11 -
CMYK 0 0.48 0.65 0.88
HSL 15º 0.48% 0.08% -
HSV(B) 15º 0.65% 0.12% -
XYZ 0.81 0.69 0.41 -
YUV 19.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 31 16 11 0 0.48 0.65 0.88 15 0.48 0.08
Hex 1F 10 B 0 30 41 58 F 30 8
Octal 37 20 13 0 60 101 130 17 60 10
Binary 11111 10000 1011 0 110000 1000001 1011000 1111 110000 1000

Color Harmonies of #1F100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F100B

Black with #1F100B

Text Example


Text Example

White with #1F100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,16,11); }

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

background-color css

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

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

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

border-color css

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

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

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