Html Css Color HEX #0E2425 Swamp

📋 copy color: '#0E2425'

red 14 ◦ green 36 ◦ blue 37

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

Shades of Swamp #0E2425

Tints of Swamp #0E2425

RGB

 RED value IS 14 (5.86% from 255) = 16.09%

 GREEN value IS 36 (14.45% from 255) = 41.38%

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

R = 16.09%
G = 41.38%
B = 42.53%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0E2425 (or 0x0E2425) is known color: Swamp. HEX triplet: 0E, 24 and 25. RGB value is (14,36,37). Sum of RGB (Red+Green+Blue) = 14+36+37=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #0E2425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2425 is #F1DBDA. Grayscale: #1D1D1D. Windows color (decimal): -15850459 or 2434062. OLE color: 2434062.

HSL color Cylindrical-coordinate representation of color #0E2425: hue angle of 182.61º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E2425 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 36 37 -
CMYK 0.62 0.03 0 0.85
HSL 182.61º 0.45% 0.1% -
HSV(B) 182.61º 0.62% 0.15% -
XYZ 1.15 1.49 1.98 -
YUV 29.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 14 36 37 0.62 0.03 0 0.85 182.61 0.45 0.1
Hex E 24 25 3E 3 0 55 B7 2D A
Octal 16 44 45 76 3 0 125 267 55 12
Binary 1110 100100 100101 111110 11 0 1010101 10110111 101101 1010

Color Harmonies of #0E2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2425

Black with #0E2425

Text Example


Text Example

White with #0E2425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,36,37); }

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

background-color css

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

 a { background-color: rgb(14,36,37); }

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

border-color css

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

 span { border-color: rgb(14,36,37); }

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