Html Css Color HEX #0F201F Swamp

📋 copy color: '#0F201F'

red 15 ◦ green 32 ◦ blue 31

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

Shades of Swamp #0F201F

Tints of Swamp #0F201F

RGB

 RED value IS 15 (6.25% from 255) = 19.23%

 GREEN value IS 32 (12.89% from 255) = 41.03%

 BLUE value IS 31 (12.5% from 255) = 39.74%

R = 19.23%
G = 41.03%
B = 39.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#0F201F (or 0x0F201F) is known color: Swamp. HEX triplet: 0F, 20 and 1F. RGB value is (15,32,31). Sum of RGB (Red+Green+Blue) = 15+32+31=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #0F201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F201F is #F0DFE0. Grayscale: #1A1A1A. Windows color (decimal): -15785953 or 2039823. OLE color: 2039823.

HSL color Cylindrical-coordinate representation of color #0F201F: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F201F is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 32 31 -
CMYK 0.53 0 0.03 0.87
HSL 176.47º 0.36% 0.09% -
HSV(B) 176.47º 0.53% 0.13% -
XYZ 0.96 1.23 1.48 -
YUV 26.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 15 32 31 0.53 0 0.03 0.87 176.47 0.36 0.09
Hex F 20 1F 35 0 3 57 B0 24 9
Octal 17 40 37 65 0 3 127 260 44 11
Binary 1111 100000 11111 110101 0 11 1010111 10110000 100100 1001

Color Harmonies of #0F201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F201F

Black with #0F201F

Text Example


Text Example

White with #0F201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F201F; }

 p { color: rgb(15,32,31); }

 H1.HeaderClassName
 {
   color: #0F201F;
 }
 .AnyTagClassName
 {
   color: #0F201F;
 }
</style>

background-color css

<style>
 a { background-color: #0F201F; }

 a { background-color: rgb(15,32,31); }

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

border-color css

<style>
 span { border-color: #0F201F; }

 span { border-color: rgb(15,32,31); }

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