Html Css Color HEX #0F1D1C Swamp

📋 copy color: '#0F1D1C'

red 15 ◦ green 29 ◦ blue 28

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

Shades of Swamp #0F1D1C

Tints of Swamp #0F1D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 38.89%

R = 20.83%
G = 40.28%
B = 38.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.89

RGB Variations

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

Color information

#0F1D1C (or 0x0F1D1C) is known color: Swamp. HEX triplet: 0F, 1D and 1C. RGB value is (15,29,28). Sum of RGB (Red+Green+Blue) = 15+29+28=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D1C is #F0E2E3. Grayscale: #181818. Windows color (decimal): -15786724 or 1842447. OLE color: 1842447.

HSL color Cylindrical-coordinate representation of color #0F1D1C: hue angle of 175.71º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F1D1C is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 29 28 -
CMYK 0.48 0 0.03 0.89
HSL 175.71º 0.32% 0.09% -
HSV(B) 175.71º 0.48% 0.11% -
XYZ 0.85 1.06 1.26 -
YUV 24.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 15 29 28 0.48 0 0.03 0.89 175.71 0.32 0.09
Hex F 1D 1C 30 0 3 59 B0 20 9
Octal 17 35 34 60 0 3 131 260 40 11
Binary 1111 11101 11100 110000 0 11 1011001 10110000 100000 1001

Color Harmonies of #0F1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1D1C

Black with #0F1D1C

Text Example


Text Example

White with #0F1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,29,28); }

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

background-color css

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

 a { background-color: rgb(15,29,28); }

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

border-color css

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

 span { border-color: rgb(15,29,28); }

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