Html Css Color HEX #13292B Swamp

📋 copy color: '#13292B'

red 19 ◦ green 41 ◦ blue 43

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

Shades of Swamp #13292B

Tints of Swamp #13292B

RGB

 RED value IS 19 (7.81% from 255) = 18.45%

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

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

R = 18.45%
G = 39.81%
B = 41.75%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13292B (or 0x13292B) is known color: Swamp. HEX triplet: 13, 29 and 2B. RGB value is (19,41,43). Sum of RGB (Red+Green+Blue) = 19+41+43=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #13292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13292B is #ECD6D4. Grayscale: #222222. Windows color (decimal): -15521493 or 2828563. OLE color: 2828563.

HSL color Cylindrical-coordinate representation of color #13292B: hue angle of 185º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #13292B is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 41 43 -
CMYK 0.56 0.05 0 0.83
HSL 185º 0.39% 0.12% -
HSV(B) 185º 0.56% 0.17% -
XYZ 1.5 1.9 2.57 -
YUV 34.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 19 41 43 0.56 0.05 0 0.83 185 0.39 0.12
Hex 13 29 2B 38 5 0 53 B9 27 C
Octal 23 51 53 70 5 0 123 271 47 14
Binary 10011 101001 101011 111000 101 0 1010011 10111001 100111 1100

Color Harmonies of #13292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13292B

Black with #13292B

Text Example


Text Example

White with #13292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13292B; }

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

 H1.HeaderClassName
 {
   color: #13292B;
 }
 .AnyTagClassName
 {
   color: #13292B;
 }
</style>

background-color css

<style>
 a { background-color: #13292B; }

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

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

border-color css

<style>
 span { border-color: #13292B; }

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

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