Html Css Color HEX #0D292B Swamp

📋 copy color: '#0D292B'

red 13 ◦ green 41 ◦ blue 43

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

Shades of Swamp #0D292B

Tints of Swamp #0D292B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 42.27%

 BLUE value IS 43 (17.19% from 255) = 44.33%

R = 13.4%
G = 42.27%
B = 44.33%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0D292B (or 0x0D292B) is known color: Swamp. HEX triplet: 0D, 29 and 2B. RGB value is (13,41,43). Sum of RGB (Red+Green+Blue) = 13+41+43=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D292B is #F2D6D4. Grayscale: #202020. Windows color (decimal): -15914709 or 2828557. OLE color: 2828557.

HSL color Cylindrical-coordinate representation of color #0D292B: hue angle of 184º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D292B is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 13 41 43 -
CMYK 0.70 0.05 0 0.83
HSL 184º 0.54% 0.11% -
HSV(B) 184º 0.7% 0.17% -
XYZ 1.39 1.85 2.57 -
YUV 32.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 13 41 43 0.70 0.05 0 0.83 184 0.54 0.11
Hex D 29 2B 46 5 0 53 B8 36 B
Octal 15 51 53 106 5 0 123 270 66 13
Binary 1101 101001 101011 1000110 101 0 1010011 10111000 110110 1011

Color Harmonies of #0D292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D292B

Black with #0D292B

Text Example


Text Example

White with #0D292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,41,43); }

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

background-color css

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

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

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

border-color css

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

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

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