#0B3F3B

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

Shades of Cyprus #0B3F3B

Tints of Cyprus #0B3F3B

Color information

#0B3F3B (or 0x0B3F3B) is unknown color: approx Cyprus. HEX triplet: 0B, 3F and 3B. RGB value is (11,63,59). Sum of RGB (Red+Green+Blue) = 11+63+59=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 63 - color contains mainly: green. Hex color #0B3F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3F3B is #F4C0C4. Grayscale: #2E2E2E. Windows color (decimal): -16040133 or 3882763. OLE color: 3882763.

HSL color Cylindrical-coordinate representation of color #0B3F3B: hue angle of 175.38º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B3F3B is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB116359-
CMYK0.8300.060.75
HSL175.38º70.27%14.51%-
HSV(B)175.38º82.54%24.71%-
XYZ2.73.944.76-
YUV47134.77102.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.27%
GREEN value IS 63 (25% from 255) = 47.37%
BLUE value IS 59 (23.44% from 255) = 44.36%
R=8.27%
G=47.37%
B=44.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1163590.8300.060.75175.3870.2714.51
HexB3F3B53064Baf46f
Octal1377731230611325710617
Binary10111111111110111010011011010010111010111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,63,59); }

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

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

 a { background-color: rgb(11,63,59); }

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

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

 span { border-color: rgb(11,63,59); }

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