Html Css Color HEX #1E0B03 Seal Brown

📋 copy color: '#1E0B03'

red 30 ◦ green 11 ◦ blue 3

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

Shades of Seal Brown #1E0B03

Tints of Seal Brown #1E0B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 25%

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

R = 68.18%
G = 25%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.88

RGB Variations

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

Color information

#1E0B03 (or 0x1E0B03) is known color: Seal Brown. HEX triplet: 1E, 0B and 03. RGB value is (30,11,3). Sum of RGB (Red+Green+Blue) = 30+11+3=44 (5% of max value = 765). Red value is 30 (12.11% from 255 or 68.18% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 3 (1.56% from 255 or 6.82% from 44); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B03 is #E1F4FC. Grayscale: #0F0F0F. Windows color (decimal): -14808317 or 199454. OLE color: 199454.

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

Color convert

RGB 30 11 3 -
CMYK 0 0.63 0.90 0.88
HSL 17.78º 0.82% 0.06% -
HSV(B) 17.78º 0.9% 0.12% -
XYZ 0.67 0.52 0.15 -
YUV 15.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 30 11 3 0 0.63 0.90 0.88 17.78 0.82 0.06
Hex 1E B 3 0 3F 5A 58 12 52 6
Octal 36 13 3 0 77 132 130 22 122 6
Binary 11110 1011 11 0 111111 1011010 1011000 10010 1010010 110

Color Harmonies of #1E0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0B03

Black with #1E0B03

Text Example


Text Example

White with #1E0B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,11,3); }

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

background-color css

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

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

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

border-color css

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

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

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