Html Css Color HEX #1F0600 Seal Brown

📋 copy color: '#1F0600'

red 31 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #1F0600

Tints of Seal Brown #1F0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 16.22%

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

R = 83.78%
G = 16.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.88

RGB Variations

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

Color information

#1F0600 (or 0x1F0600) is known color: Seal Brown. HEX triplet: 1F, 06 and 00. RGB value is (31,6,0). Sum of RGB (Red+Green+Blue) = 31+6+0=37 (4% of max value = 765). Red value is 31 (12.5% from 255 or 83.78% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0600 is #E0F9FF. Grayscale: #0C0C0C. Windows color (decimal): -14744064 or 1567. OLE color: 1567.

HSL color Cylindrical-coordinate representation of color #1F0600: hue angle of 11.61º 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 #1F0600 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 6 0 -
CMYK 0 0.81 1 0.88
HSL 11.61º 1% 0.06% -
HSV(B) 11.61º 1% 0.12% -
XYZ 0.63 0.42 0.05 -
YUV 12.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 31 6 0 0 0.81 1 0.88 11.61 1 0.06
Hex 1F 6 0 0 51 64 58 C 64 6
Octal 37 6 0 0 121 144 130 14 144 6
Binary 11111 110 0 0 1010001 1100100 1011000 1100 1100100 110

Color Harmonies of #1F0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0600

Black with #1F0600

Text Example


Text Example

White with #1F0600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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