Html Css Color HEX #1F0900 Seal Brown

📋 copy color: '#1F0900'

red 31 ◦ green 9 ◦ blue 0

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

Shades of Seal Brown #1F0900

Tints of Seal Brown #1F0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 22.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.5%
G = 22.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.88

RGB Variations

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

Color information

#1F0900 (or 0x1F0900) is known color: Seal Brown. HEX triplet: 1F, 09 and 00. RGB value is (31,9,0). Sum of RGB (Red+Green+Blue) = 31+9+0=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0900 is #E0F6FF. Grayscale: #0E0E0E. Windows color (decimal): -14743296 or 2335. OLE color: 2335.

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

Color convert

RGB 31 9 0 -
CMYK 0 0.71 1 0.88
HSL 17.42º 1% 0.06% -
HSV(B) 17.42º 1% 0.12% -
XYZ 0.66 0.49 0.06 -
YUV 14.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 31 9 0 0 0.71 1 0.88 17.42 1 0.06
Hex 1F 9 0 0 47 64 58 11 64 6
Octal 37 11 0 0 107 144 130 21 144 6
Binary 11111 1001 0 0 1000111 1100100 1011000 10001 1100100 110

Color Harmonies of #1F0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0900

Black with #1F0900

Text Example


Text Example

White with #1F0900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,9,0); }

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

background-color css

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

 a { background-color: rgb(31,9,0); }

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

border-color css

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

 span { border-color: rgb(31,9,0); }

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