Html Css Color HEX #042728 Swamp

📋 copy color: '#042728'

red 4 ◦ green 39 ◦ blue 40

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

Shades of Swamp #042728

Tints of Swamp #042728

RGB

 RED value IS 4 (1.95% from 255) = 4.82%

 GREEN value IS 39 (15.63% from 255) = 46.99%

 BLUE value IS 40 (16.02% from 255) = 48.19%

R = 4.82%
G = 46.99%
B = 48.19%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#042728 (or 0x042728) is known color: Swamp. HEX triplet: 04, 27 and 28. RGB value is (4,39,40). Sum of RGB (Red+Green+Blue) = 4+39+40=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #042728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042728 is #FBD8D7. Grayscale: #1C1C1C. Windows color (decimal): -16505048 or 2631428. OLE color: 2631428.

HSL color Cylindrical-coordinate representation of color #042728: hue angle of 181.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042728 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 39 40 -
CMYK 0.90 0.02 0 0.84
HSL 181.67º 0.82% 0.09% -
HSV(B) 181.67º 0.9% 0.16% -
XYZ 1.16 1.63 2.26 -
YUV 28.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 4 39 40 0.90 0.02 0 0.84 181.67 0.82 0.09
Hex 4 27 28 5A 2 0 54 B6 52 9
Octal 4 47 50 132 2 0 124 266 122 11
Binary 100 100111 101000 1011010 10 0 1010100 10110110 1010010 1001

Color Harmonies of #042728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042728

Black with #042728

Text Example


Text Example

White with #042728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042728; }

 p { color: rgb(4,39,40); }

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

background-color css

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

 a { background-color: rgb(4,39,40); }

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

border-color css

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

 span { border-color: rgb(4,39,40); }

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