Html Css Color HEX #1F0303 Seal Brown

📋 copy color: '#1F0303'

red 31 ◦ green 3 ◦ blue 3

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

Shades of Seal Brown #1F0303

Tints of Seal Brown #1F0303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.11%

 BLUE value IS 3 (1.56% from 255) = 8.11%

R = 83.78%
G = 8.11%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.88

RGB Variations

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

Color information

#1F0303 (or 0x1F0303) is known color: Seal Brown. HEX triplet: 1F, 03 and 03. RGB value is (31,3,3). Sum of RGB (Red+Green+Blue) = 31+3+3=37 (4% of max value = 765). Red value is 31 (12.5% from 255 or 83.78% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0303 is #E0FCFC. Grayscale: #0B0B0B. Windows color (decimal): -14744829 or 197407. OLE color: 197407.

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

Color convert

RGB 31 3 3 -
CMYK 0 0.90 0.90 0.88
HSL 0.82% 0.07% -
HSV(B) 0.9% 0.12% -
XYZ 0.61 0.36 0.12 -
YUV 11.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 31 3 3 0 0.90 0.90 0.88 0 0.82 0.07
Hex 1F 3 3 0 5A 5A 58 0 52 7
Octal 37 3 3 0 132 132 130 0 122 7
Binary 11111 11 11 0 1011010 1011010 1011000 0 1010010 111

Color Harmonies of #1F0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0303

Black with #1F0303

Text Example


Text Example

White with #1F0303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,3,3); }

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

background-color css

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

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

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

border-color css

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

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

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