Html Css Color HEX #1F0B05 Seal Brown

📋 copy color: '#1F0B05'

red 31 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #1F0B05

Tints of Seal Brown #1F0B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 10.64%

R = 65.96%
G = 23.4%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.88

RGB Variations

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

Color information

#1F0B05 (or 0x1F0B05) is known color: Seal Brown. HEX triplet: 1F, 0B and 05. RGB value is (31,11,5). Sum of RGB (Red+Green+Blue) = 31+11+5=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B05 is #E0F4FA. Grayscale: #101010. Windows color (decimal): -14742779 or 330527. OLE color: 330527.

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

Color convert

RGB 31 11 5 -
CMYK 0 0.65 0.84 0.88
HSL 13.85º 0.72% 0.07% -
HSV(B) 13.85º 0.84% 0.12% -
XYZ 0.71 0.54 0.21 -
YUV 16.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 31 11 5 0 0.65 0.84 0.88 13.85 0.72 0.07
Hex 1F B 5 0 41 54 58 E 48 7
Octal 37 13 5 0 101 124 130 16 110 7
Binary 11111 1011 101 0 1000001 1010100 1011000 1110 1001000 111

Color Harmonies of #1F0B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0B05

Black with #1F0B05

Text Example


Text Example

White with #1F0B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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