#0B2625

Color #0B2625 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #0B2625

Tints of Swamp #0B2625

Color information

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

HSL color Cylindrical-coordinate representation of color #0B2625: hue angle of 177.78º 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 #0B2625 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB113837-
CMYK0.7100.030.85
HSL177.78º55.1%9.61%-
HSV(B)177.78º71.05%14.9%-
XYZ1.171.592-
YUV29.81132.05114.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.79%
GREEN value IS 38 (15.23% from 255) = 44.19%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=12.79%
G=44.19%
B=43.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1138370.7100.030.85177.7855.19.61
HexB2625470355b237a
Octal134645107031252626712
Binary101110011010010110001110111010101101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B2625;
 }
 .AnyTagClassName
 {
   color: #0B2625;
 }
</style>
background-color css

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

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

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

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

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

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