Html Css Color HEX #0A2325 Swamp

📋 copy color: '#0A2325'

red 10 ◦ green 35 ◦ blue 37

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

Shades of Swamp #0A2325

Tints of Swamp #0A2325

RGB

 RED value IS 10 (4.3% from 255) = 12.2%

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

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

R = 12.2%
G = 42.68%
B = 45.12%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A2325 (or 0x0A2325) is known color: Swamp. HEX triplet: 0A, 23 and 25. RGB value is (10,35,37). Sum of RGB (Red+Green+Blue) = 10+35+37=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A2325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2325 is #F5DCDA. Grayscale: #1B1B1B. Windows color (decimal): -16112859 or 2433802. OLE color: 2433802.

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

Color convert

RGB 10 35 37 -
CMYK 0.73 0.05 0 0.85
HSL 184.44º 0.57% 0.09% -
HSV(B) 184.44º 0.73% 0.15% -
XYZ 1.06 1.4 1.96 -
YUV 27.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 10 35 37 0.73 0.05 0 0.85 184.44 0.57 0.09
Hex A 23 25 49 5 0 55 B8 39 9
Octal 12 43 45 111 5 0 125 270 71 11
Binary 1010 100011 100101 1001001 101 0 1010101 10111000 111001 1001

Color Harmonies of #0A2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2325

Black with #0A2325

Text Example


Text Example

White with #0A2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A2325; }

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

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

background-color css

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

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

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

border-color css

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

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

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