Html Css Color HEX #1F0502 Seal Brown

📋 copy color: '#1F0502'

red 31 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #1F0502

Tints of Seal Brown #1F0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.16%

 BLUE value IS 2 (1.17% from 255) = 5.26%

R = 81.58%
G = 13.16%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.88

RGB Variations

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

Color information

#1F0502 (or 0x1F0502) is known color: Seal Brown. HEX triplet: 1F, 05 and 02. RGB value is (31,5,2). Sum of RGB (Red+Green+Blue) = 31+5+2=38 (5% of max value = 765). Red value is 31 (12.5% from 255 or 81.58% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0502 is #E0FAFD. Grayscale: #0C0C0C. Windows color (decimal): -14744318 or 132383. OLE color: 132383.

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

Color convert

RGB 31 5 2 -
CMYK 0 0.84 0.94 0.88
HSL 6.21º 0.88% 0.06% -
HSV(B) 6.21º 0.94% 0.12% -
XYZ 0.63 0.4 0.1 -
YUV 12.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 31 5 2 0 0.84 0.94 0.88 6.21 0.88 0.06
Hex 1F 5 2 0 54 5E 58 6 58 6
Octal 37 5 2 0 124 136 130 6 130 6
Binary 11111 101 10 0 1010100 1011110 1011000 110 1011000 110

Color Harmonies of #1F0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0502

Black with #1F0502

Text Example


Text Example

White with #1F0502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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