Html Css Color HEX #042325 Swamp

📋 copy color: '#042325'

red 4 ◦ green 35 ◦ blue 37

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

Shades of Swamp #042325

Tints of Swamp #042325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 46.05%

 BLUE value IS 37 (14.84% from 255) = 48.68%

R = 5.26%
G = 46.05%
B = 48.68%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#042325 (or 0x042325) is known color: Swamp. HEX triplet: 04, 23 and 25. RGB value is (4,35,37). Sum of RGB (Red+Green+Blue) = 4+35+37=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #042325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042325 is #FBDCDA. Grayscale: #191919. Windows color (decimal): -16506075 or 2433796. OLE color: 2433796.

HSL color Cylindrical-coordinate representation of color #042325: hue angle of 183.64º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042325 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 35 37 -
CMYK 0.89 0.05 0 0.85
HSL 183.64º 0.8% 0.08% -
HSV(B) 183.64º 0.89% 0.15% -
XYZ 0.99 1.36 1.96 -
YUV 25.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 4 35 37 0.89 0.05 0 0.85 183.64 0.8 0.08
Hex 4 23 25 59 5 0 55 B8 50 8
Octal 4 43 45 131 5 0 125 270 120 10
Binary 100 100011 100101 1011001 101 0 1010101 10111000 1010000 1000

Color Harmonies of #042325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042325

Black with #042325

Text Example


Text Example

White with #042325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042325; }

 p { color: rgb(4,35,37); }

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

background-color css

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

 a { background-color: rgb(4,35,37); }

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

border-color css

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

 span { border-color: rgb(4,35,37); }

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