Html Css Color HEX #143330 Swamp

📋 copy color: '#143330'

red 20 ◦ green 51 ◦ blue 48

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

Shades of Swamp #143330

Tints of Swamp #143330

RGB

 RED value IS 20 (8.2% from 255) = 16.81%

 GREEN value IS 51 (20.31% from 255) = 42.86%

 BLUE value IS 48 (19.14% from 255) = 40.34%

R = 16.81%
G = 42.86%
B = 40.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#143330 (or 0x143330) is known color: Swamp. HEX triplet: 14, 33 and 30. RGB value is (20,51,48). Sum of RGB (Red+Green+Blue) = 20+51+48=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #143330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143330 is #EBCCCF. Grayscale: #292929. Windows color (decimal): -15453392 or 3158804. OLE color: 3158804.

HSL color Cylindrical-coordinate representation of color #143330: hue angle of 174.19º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143330 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 48 -
CMYK 0.61 0 0.06 0.8
HSL 174.19º 0.44% 0.14% -
HSV(B) 174.19º 0.61% 0.2% -
XYZ 2.01 2.73 3.22 -
YUV 41.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 20 51 48 0.61 0 0.06 0.8 174.19 0.44 0.14
Hex 14 33 30 3D 0 6 50 AE 2C E
Octal 24 63 60 75 0 6 120 256 54 16
Binary 10100 110011 110000 111101 0 110 1010000 10101110 101100 1110

Color Harmonies of #143330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143330

Black with #143330

Text Example


Text Example

White with #143330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143330; }

 p { color: rgb(20,51,48); }

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

background-color css

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

 a { background-color: rgb(20,51,48); }

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

border-color css

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

 span { border-color: rgb(20,51,48); }

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