Html Css Color HEX #0F2526 Swamp

📋 copy color: '#0F2526'

red 15 ◦ green 37 ◦ blue 38

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

Shades of Swamp #0F2526

Tints of Swamp #0F2526

RGB

 RED value IS 15 (6.25% from 255) = 16.67%

 GREEN value IS 37 (14.84% from 255) = 41.11%

 BLUE value IS 38 (15.23% from 255) = 42.22%

R = 16.67%
G = 41.11%
B = 42.22%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F2526 (or 0x0F2526) is known color: Swamp. HEX triplet: 0F, 25 and 26. RGB value is (15,37,38). Sum of RGB (Red+Green+Blue) = 15+37+38=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F2526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2526 is #F0DAD9. Grayscale: #1E1E1E. Windows color (decimal): -15784666 or 2499855. OLE color: 2499855.

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

Color convert

RGB 15 37 38 -
CMYK 0.61 0.03 0 0.85
HSL 182.61º 0.43% 0.1% -
HSV(B) 182.61º 0.61% 0.15% -
XYZ 1.21 1.56 2.07 -
YUV 30.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 15 37 38 0.61 0.03 0 0.85 182.61 0.43 0.1
Hex F 25 26 3D 3 0 55 B7 2B A
Octal 17 45 46 75 3 0 125 267 53 12
Binary 1111 100101 100110 111101 11 0 1010101 10110111 101011 1010

Color Harmonies of #0F2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2526

Black with #0F2526

Text Example


Text Example

White with #0F2526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,37,38); }

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

background-color css

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

 a { background-color: rgb(15,37,38); }

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

border-color css

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

 span { border-color: rgb(15,37,38); }

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