Html Css Color HEX #0B2526 Swamp

📋 copy color: '#0B2526'

red 11 ◦ green 37 ◦ blue 38

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

Shades of Swamp #0B2526

Tints of Swamp #0B2526

RGB

 RED value IS 11 (4.69% from 255) = 12.79%

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

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

R = 12.79%
G = 43.02%
B = 44.19%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0B2526 (or 0x0B2526) is known color: Swamp. HEX triplet: 0B, 25 and 26. RGB value is (11,37,38). Sum of RGB (Red+Green+Blue) = 11+37+38=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #0B2526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2526 is #F4DAD9. Grayscale: #1D1D1D. Windows color (decimal): -16046810 or 2499851. OLE color: 2499851.

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

Color convert

RGB 11 37 38 -
CMYK 0.71 0.03 0 0.85
HSL 182.22º 0.55% 0.1% -
HSV(B) 182.22º 0.71% 0.15% -
XYZ 1.15 1.53 2.07 -
YUV 29.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 11 37 38 0.71 0.03 0 0.85 182.22 0.55 0.1
Hex B 25 26 47 3 0 55 B6 37 A
Octal 13 45 46 107 3 0 125 266 67 12
Binary 1011 100101 100110 1000111 11 0 1010101 10110110 110111 1010

Color Harmonies of #0B2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2526

Black with #0B2526

Text Example


Text Example

White with #0B2526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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