Html Css Color HEX #1F0C05 Seal Brown

📋 copy color: '#1F0C05'

red 31 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #1F0C05

Tints of Seal Brown #1F0C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 25%

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

R = 64.58%
G = 25%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.88

RGB Variations

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

Color information

#1F0C05 (or 0x1F0C05) is known color: Seal Brown. HEX triplet: 1F, 0C and 05. RGB value is (31,12,5). Sum of RGB (Red+Green+Blue) = 31+12+5=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C05 is #E0F3FA. Grayscale: #101010. Windows color (decimal): -14742523 or 330783. OLE color: 330783.

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

Color convert

RGB 31 12 5 -
CMYK 0 0.61 0.84 0.88
HSL 16.15º 0.72% 0.07% -
HSV(B) 16.15º 0.84% 0.12% -
XYZ 0.72 0.57 0.21 -
YUV 16.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 31 12 5 0 0.61 0.84 0.88 16.15 0.72 0.07
Hex 1F C 5 0 3D 54 58 10 48 7
Octal 37 14 5 0 75 124 130 20 110 7
Binary 11111 1100 101 0 111101 1010100 1011000 10000 1001000 111

Color Harmonies of #1F0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0C05

Black with #1F0C05

Text Example


Text Example

White with #1F0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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