Html Css Color HEX #0F282B Swamp

📋 copy color: '#0F282B'

red 15 ◦ green 40 ◦ blue 43

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

Shades of Swamp #0F282B

Tints of Swamp #0F282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 40.82%

 BLUE value IS 43 (17.19% from 255) = 43.88%

R = 15.31%
G = 40.82%
B = 43.88%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F282B (or 0x0F282B) is known color: Swamp. HEX triplet: 0F, 28 and 2B. RGB value is (15,40,43). Sum of RGB (Red+Green+Blue) = 15+40+43=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F282B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F282B is #F0D7D4. Grayscale: #202020. Windows color (decimal): -15783893 or 2828303. OLE color: 2828303.

HSL color Cylindrical-coordinate representation of color #0F282B: hue angle of 186.43º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F282B is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 40 43 -
CMYK 0.65 0.07 0 0.83
HSL 186.43º 0.48% 0.11% -
HSV(B) 186.43º 0.65% 0.17% -
XYZ 1.39 1.79 2.56 -
YUV 32.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 15 40 43 0.65 0.07 0 0.83 186.43 0.48 0.11
Hex F 28 2B 41 7 0 53 BA 30 B
Octal 17 50 53 101 7 0 123 272 60 13
Binary 1111 101000 101011 1000001 111 0 1010011 10111010 110000 1011

Color Harmonies of #0F282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F282B

Black with #0F282B

Text Example


Text Example

White with #0F282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,40,43); }

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

background-color css

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

 a { background-color: rgb(15,40,43); }

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

border-color css

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

 span { border-color: rgb(15,40,43); }

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