Html Css Color HEX #09312E Swamp

📋 copy color: '#09312E'

red 9 ◦ green 49 ◦ blue 46

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

Shades of Swamp #09312E

Tints of Swamp #09312E

RGB

 RED value IS 9 (3.91% from 255) = 8.65%

 GREEN value IS 49 (19.53% from 255) = 47.12%

 BLUE value IS 46 (18.36% from 255) = 44.23%

R = 8.65%
G = 47.12%
B = 44.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#09312E (or 0x09312E) is known color: Swamp. HEX triplet: 09, 31 and 2E. RGB value is (9,49,46). Sum of RGB (Red+Green+Blue) = 9+49+46=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #09312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09312E is #F6CED1. Grayscale: #242424. Windows color (decimal): -16174802 or 3027209. OLE color: 3027209.

HSL color Cylindrical-coordinate representation of color #09312E: hue angle of 175.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09312E is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 49 46 -
CMYK 0.82 0 0.06 0.81
HSL 175.5º 0.69% 0.11% -
HSV(B) 175.5º 0.82% 0.19% -
XYZ 1.7 2.45 2.97 -
YUV 36.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 9 49 46 0.82 0 0.06 0.81 175.5 0.69 0.11
Hex 9 31 2E 52 0 6 51 B0 45 B
Octal 11 61 56 122 0 6 121 260 105 13
Binary 1001 110001 101110 1010010 0 110 1010001 10110000 1000101 1011

Color Harmonies of #09312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09312E

Black with #09312E

Text Example


Text Example

White with #09312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09312E; }

 p { color: rgb(9,49,46); }

 H1.HeaderClassName
 {
   color: #09312E;
 }
 .AnyTagClassName
 {
   color: #09312E;
 }
</style>

background-color css

<style>
 a { background-color: #09312E; }

 a { background-color: rgb(9,49,46); }

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

border-color css

<style>
 span { border-color: #09312E; }

 span { border-color: rgb(9,49,46); }

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