Html Css Color HEX #0F1818 Swamp

📋 copy color: '#0F1818'

red 15 ◦ green 24 ◦ blue 24

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

Shades of Swamp #0F1818

Tints of Swamp #0F1818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 38.1%

 BLUE value IS 24 (9.77% from 255) = 38.1%

R = 23.81%
G = 38.1%
B = 38.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1818 (or 0x0F1818) is known color: Swamp. HEX triplet: 0F, 18 and 18. RGB value is (15,24,24). Sum of RGB (Red+Green+Blue) = 15+24+24=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #0F1818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1818 is #F0E7E7. Grayscale: #151515. Windows color (decimal): -15788008 or 1579023. OLE color: 1579023.

HSL color Cylindrical-coordinate representation of color #0F1818: hue angle of 180º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1818 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 24 24 -
CMYK 0.37 0 0 0.91
HSL 180º 0.23% 0.08% -
HSV(B) 180º 0.38% 0.09% -
XYZ 0.69 0.82 0.99 -
YUV 21.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 15 24 24 0.37 0 0 0.91 180 0.23 0.08
Hex F 18 18 25 0 0 5B B4 17 8
Octal 17 30 30 45 0 0 133 264 27 10
Binary 1111 11000 11000 100101 0 0 1011011 10110100 10111 1000

Color Harmonies of #0F1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1818

Black with #0F1818

Text Example


Text Example

White with #0F1818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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