Html Css Color HEX #0F1212 Swamp

📋 copy color: '#0F1212'

red 15 ◦ green 18 ◦ blue 18

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

Shades of Swamp #0F1212

Tints of Swamp #0F1212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 35.29%

 BLUE value IS 18 (7.42% from 255) = 35.29%

R = 29.41%
G = 35.29%
B = 35.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F1212 (or 0x0F1212) is known color: Swamp. HEX triplet: 0F, 12 and 12. RGB value is (15,18,18). Sum of RGB (Red+Green+Blue) = 15+18+18=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #0F1212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1212 is #F0EDED. Grayscale: #111111. Windows color (decimal): -15789550 or 1184271. OLE color: 1184271.

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

Color convert

RGB 15 18 18 -
CMYK 0.17 0 0 0.93
HSL 180º 0.09% 0.06% -
HSV(B) 180º 0.17% 0.07% -
XYZ 0.52 0.58 0.66 -
YUV 17.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 15 18 18 0.17 0 0 0.93 180 0.09 0.06
Hex F 12 12 11 0 0 5D B4 9 6
Octal 17 22 22 21 0 0 135 264 11 6
Binary 1111 10010 10010 10001 0 0 1011101 10110100 1001 110

Color Harmonies of #0F1212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1212

Black with #0F1212

Text Example


Text Example

White with #0F1212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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