Html Css Color HEX #1E0702 Seal Brown

📋 copy color: '#1E0702'

red 30 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #1E0702

Tints of Seal Brown #1E0702

RGB

 RED value IS 30 (12.11% from 255) = 76.92%

 GREEN value IS 7 (3.13% from 255) = 17.95%

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

R = 76.92%
G = 17.95%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.88

RGB Variations

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

Color information

#1E0702 (or 0x1E0702) is known color: Seal Brown. HEX triplet: 1E, 07 and 02. RGB value is (30,7,2). Sum of RGB (Red+Green+Blue) = 30+7+2=39 (5% of max value = 765). Red value is 30 (12.11% from 255 or 76.92% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0702 is #E1F8FD. Grayscale: #0D0D0D. Windows color (decimal): -14809342 or 132894. OLE color: 132894.

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

Color convert

RGB 30 7 2 -
CMYK 0 0.77 0.93 0.88
HSL 10.71º 0.88% 0.06% -
HSV(B) 10.71º 0.93% 0.12% -
XYZ 0.62 0.43 0.11 -
YUV 13.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 30 7 2 0 0.77 0.93 0.88 10.71 0.88 0.06
Hex 1E 7 2 0 4D 5D 58 B 58 6
Octal 36 7 2 0 115 135 130 13 130 6
Binary 11110 111 10 0 1001101 1011101 1011000 1011 1011000 110

Color Harmonies of #1E0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0702

Black with #1E0702

Text Example


Text Example

White with #1E0702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,7,2); }

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

background-color css

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

 a { background-color: rgb(30,7,2); }

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

border-color css

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

 span { border-color: rgb(30,7,2); }

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