Html Css Color HEX #0B302E Swamp

📋 copy color: '#0B302E'

red 11 ◦ green 48 ◦ blue 46

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

Shades of Swamp #0B302E

Tints of Swamp #0B302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.71%

 BLUE value IS 46 (18.36% from 255) = 43.81%

R = 10.48%
G = 45.71%
B = 43.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#0B302E (or 0x0B302E) is known color: Swamp. HEX triplet: 0B, 30 and 2E. RGB value is (11,48,46). Sum of RGB (Red+Green+Blue) = 11+48+46=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #0B302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B302E is #F4CFD1. Grayscale: #242424. Windows color (decimal): -16043986 or 3026955. OLE color: 3026955.

HSL color Cylindrical-coordinate representation of color #0B302E: hue angle of 176.76º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B302E is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 11 48 46 -
CMYK 0.77 0 0.04 0.81
HSL 176.76º 0.63% 0.12% -
HSV(B) 176.76º 0.77% 0.19% -
XYZ 1.69 2.38 2.96 -
YUV 36.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 11 48 46 0.77 0 0.04 0.81 176.76 0.63 0.12
Hex B 30 2E 4D 0 4 51 B1 3F C
Octal 13 60 56 115 0 4 121 261 77 14
Binary 1011 110000 101110 1001101 0 100 1010001 10110001 111111 1100

Color Harmonies of #0B302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B302E

Black with #0B302E

Text Example


Text Example

White with #0B302E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,48,46); }

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

background-color css

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

 a { background-color: rgb(11,48,46); }

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

border-color css

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

 span { border-color: rgb(11,48,46); }

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