Html Css Color HEX #1F0602 Seal Brown

📋 copy color: '#1F0602'

red 31 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #1F0602

Tints of Seal Brown #1F0602

RGB

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

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

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

R = 79.49%
G = 15.38%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.88

RGB Variations

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

Color information

#1F0602 (or 0x1F0602) is known color: Seal Brown. HEX triplet: 1F, 06 and 02. RGB value is (31,6,2). Sum of RGB (Red+Green+Blue) = 31+6+2=39 (5% of max value = 765). Red value is 31 (12.5% from 255 or 79.49% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0602 is #E0F9FD. Grayscale: #0D0D0D. Windows color (decimal): -14744062 or 132639. OLE color: 132639.

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

Color convert

RGB 31 6 2 -
CMYK 0 0.81 0.94 0.88
HSL 8.28º 0.88% 0.06% -
HSV(B) 8.28º 0.94% 0.12% -
XYZ 0.64 0.43 0.11 -
YUV 13.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 31 6 2 0 0.81 0.94 0.88 8.28 0.88 0.06
Hex 1F 6 2 0 51 5E 58 8 58 6
Octal 37 6 2 0 121 136 130 10 130 6
Binary 11111 110 10 0 1010001 1011110 1011000 1000 1011000 110

Color Harmonies of #1F0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0602

Black with #1F0602

Text Example


Text Example

White with #1F0602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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