Html Css Color HEX #0F1313 Swamp

📋 copy color: '#0F1313'

red 15 ◦ green 19 ◦ blue 19

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

Shades of Swamp #0F1313

Tints of Swamp #0F1313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.85%

 BLUE value IS 19 (7.81% from 255) = 35.85%

R = 28.3%
G = 35.85%
B = 35.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F1313 (or 0x0F1313) is known color: Swamp. HEX triplet: 0F, 13 and 13. RGB value is (15,19,19). Sum of RGB (Red+Green+Blue) = 15+19+19=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #0F1313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1313 is #F0ECEC. Grayscale: #111111. Windows color (decimal): -15789293 or 1250063. OLE color: 1250063.

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

Color convert

RGB 15 19 19 -
CMYK 0.21 0 0 0.93
HSL 180º 0.12% 0.07% -
HSV(B) 180º 0.21% 0.07% -
XYZ 0.55 0.61 0.71 -
YUV 17.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 15 19 19 0.21 0 0 0.93 180 0.12 0.07
Hex F 13 13 15 0 0 5D B4 C 7
Octal 17 23 23 25 0 0 135 264 14 7
Binary 1111 10011 10011 10101 0 0 1011101 10110100 1100 111

Color Harmonies of #0F1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1313

Black with #0F1313

Text Example


Text Example

White with #0F1313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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