Html Css Color HEX #2E0F03 Seal Brown

📋 copy color: '#2E0F03'

red 46 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #2E0F03

Tints of Seal Brown #2E0F03

RGB

 RED value IS 46 (18.36% from 255) = 71.88%

 GREEN value IS 15 (6.25% from 255) = 23.44%

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

R = 71.88%
G = 23.44%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.82

RGB Variations

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

Color information

#2E0F03 (or 0x2E0F03) is known color: Seal Brown. HEX triplet: 2E, 0F and 03. RGB value is (46,15,3). Sum of RGB (Red+Green+Blue) = 46+15+3=64 (8% of max value = 765). Red value is 46 (18.36% from 255 or 71.88% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0F03 is #D1F0FC. Grayscale: #161616. Windows color (decimal): -13758717 or 200494. OLE color: 200494.

HSL color Cylindrical-coordinate representation of color #2E0F03: hue angle of 16.74º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0F03 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 15 3 -
CMYK 0 0.67 0.93 0.82
HSL 16.74º 0.88% 0.1% -
HSV(B) 16.74º 0.93% 0.18% -
XYZ 1.31 0.93 0.2 -
YUV 22.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 46 15 3 0 0.67 0.93 0.82 16.74 0.88 0.1
Hex 2E F 3 0 43 5D 52 11 58 A
Octal 56 17 3 0 103 135 122 21 130 12
Binary 101110 1111 11 0 1000011 1011101 1010010 10001 1011000 1010

Color Harmonies of #2E0F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0F03

Black with #2E0F03

Text Example


Text Example

White with #2E0F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E0F03; }

 p { color: rgb(46,15,3); }

 H1.HeaderClassName
 {
   color: #2E0F03;
 }
 .AnyTagClassName
 {
   color: #2E0F03;
 }
</style>

background-color css

<style>
 a { background-color: #2E0F03; }

 a { background-color: rgb(46,15,3); }

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

border-color css

<style>
 span { border-color: #2E0F03; }

 span { border-color: rgb(46,15,3); }

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