Html Css Color HEX #0F1F1F Swamp

📋 copy color: '#0F1F1F'

red 15 ◦ green 31 ◦ blue 31

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

Shades of Swamp #0F1F1F

Tints of Swamp #0F1F1F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 40.26%

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

R = 19.48%
G = 40.26%
B = 40.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F1F1F (or 0x0F1F1F) is known color: Swamp. HEX triplet: 0F, 1F and 1F. RGB value is (15,31,31). Sum of RGB (Red+Green+Blue) = 15+31+31=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #0F1F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F1F is #F0E0E0. Grayscale: #1A1A1A. Windows color (decimal): -15786209 or 2039567. OLE color: 2039567.

HSL color Cylindrical-coordinate representation of color #0F1F1F: hue angle of 180º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F1F1F is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 31 31 -
CMYK 0.52 0 0 0.88
HSL 180º 0.35% 0.09% -
HSV(B) 180º 0.52% 0.12% -
XYZ 0.93 1.18 1.47 -
YUV 26.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 15 31 31 0.52 0 0 0.88 180 0.35 0.09
Hex F 1F 1F 34 0 0 58 B4 23 9
Octal 17 37 37 64 0 0 130 264 43 11
Binary 1111 11111 11111 110100 0 0 1011000 10110100 100011 1001

Color Harmonies of #0F1F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1F1F

Black with #0F1F1F

Text Example


Text Example

White with #0F1F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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