Html Css Color HEX #071D1E Swamp

📋 copy color: '#071D1E'

red 7 ◦ green 29 ◦ blue 30

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

Shades of Swamp #071D1E

Tints of Swamp #071D1E

RGB

 RED value IS 7 (3.13% from 255) = 10.61%

 GREEN value IS 29 (11.72% from 255) = 43.94%

 BLUE value IS 30 (12.11% from 255) = 45.45%

R = 10.61%
G = 43.94%
B = 45.45%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#071D1E (or 0x071D1E) is known color: Swamp. HEX triplet: 07, 1D and 1E. RGB value is (7,29,30). Sum of RGB (Red+Green+Blue) = 7+29+30=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #071D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D1E is #F8E2E1. Grayscale: #161616. Windows color (decimal): -16311010 or 1973511. OLE color: 1973511.

HSL color Cylindrical-coordinate representation of color #071D1E: hue angle of 182.61º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071D1E is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 29 30 -
CMYK 0.77 0.03 0 0.88
HSL 182.61º 0.62% 0.07% -
HSV(B) 182.61º 0.77% 0.12% -
XYZ 0.76 1.02 1.38 -
YUV 22.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 7 29 30 0.77 0.03 0 0.88 182.61 0.62 0.07
Hex 7 1D 1E 4D 3 0 58 B7 3E 7
Octal 7 35 36 115 3 0 130 267 76 7
Binary 111 11101 11110 1001101 11 0 1011000 10110111 111110 111

Color Harmonies of #071D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D1E

Black with #071D1E

Text Example


Text Example

White with #071D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071D1E; }

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

 H1.HeaderClassName
 {
   color: #071D1E;
 }
 .AnyTagClassName
 {
   color: #071D1E;
 }
</style>

background-color css

<style>
 a { background-color: #071D1E; }

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

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

border-color css

<style>
 span { border-color: #071D1E; }

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

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