Html Css Color HEX #072325 Swamp

📋 copy color: '#072325'

red 7 ◦ green 35 ◦ blue 37

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

Shades of Swamp #072325

Tints of Swamp #072325

RGB

 RED value IS 7 (3.13% from 255) = 8.86%

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

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

R = 8.86%
G = 44.3%
B = 46.84%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#072325 (or 0x072325) is known color: Swamp. HEX triplet: 07, 23 and 25. RGB value is (7,35,37). Sum of RGB (Red+Green+Blue) = 7+35+37=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #072325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072325 is #F8DCDA. Grayscale: #1A1A1A. Windows color (decimal): -16309467 or 2433799. OLE color: 2433799.

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

Color convert

RGB 7 35 37 -
CMYK 0.81 0.05 0 0.85
HSL 184º 0.68% 0.09% -
HSV(B) 184º 0.81% 0.15% -
XYZ 1.02 1.38 1.96 -
YUV 26.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 7 35 37 0.81 0.05 0 0.85 184 0.68 0.09
Hex 7 23 25 51 5 0 55 B8 44 9
Octal 7 43 45 121 5 0 125 270 104 11
Binary 111 100011 100101 1010001 101 0 1010101 10111000 1000100 1001

Color Harmonies of #072325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072325

Black with #072325

Text Example


Text Example

White with #072325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072325; }

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

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

background-color css

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

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

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

border-color css

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

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

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