Html Css Color HEX #0D0F0F Swamp

📋 copy color: '#0D0F0F'

red 13 ◦ green 15 ◦ blue 15

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

Shades of Swamp #0D0F0F

Tints of Swamp #0D0F0F

RGB

 RED value IS 13 (5.47% from 255) = 30.23%

 GREEN value IS 15 (6.25% from 255) = 34.88%

 BLUE value IS 15 (6.25% from 255) = 34.88%

R = 30.23%
G = 34.88%
B = 34.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0D0F0F (or 0x0D0F0F) is known color: Swamp. HEX triplet: 0D, 0F and 0F. RGB value is (13,15,15). Sum of RGB (Red+Green+Blue) = 13+15+15=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 15 - color contains mainly: green, blue. Hex color #0D0F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F0F is #F2F0F0. Grayscale: #0E0E0E. Windows color (decimal): -15921393 or 986893. OLE color: 986893.

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

Color convert

RGB 13 15 15 -
CMYK 0.13 0 0 0.94
HSL 180º 0.07% 0.05% -
HSV(B) 180º 0.13% 0.06% -
XYZ 0.42 0.46 0.52 -
YUV 14.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 13 15 15 0.13 0 0 0.94 180 0.07 0.05
Hex D F F D 0 0 5E B4 7 5
Octal 15 17 17 15 0 0 136 264 7 5
Binary 1101 1111 1111 1101 0 0 1011110 10110100 111 101

Color Harmonies of #0D0F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0F0F

Black with #0D0F0F

Text Example


Text Example

White with #0D0F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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