#0B4346

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

Shades of Cyprus #0B4346

Tints of Cyprus #0B4346

Color information

#0B4346 (or 0x0B4346) is unknown color: approx Cyprus. HEX triplet: 0B, 43 and 46. RGB value is (11,67,70). Sum of RGB (Red+Green+Blue) = 11+67+70=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #0B4346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4346 is #F4BCB9. Grayscale: #323232. Windows color (decimal): -16039098 or 4604683. OLE color: 4604683.

HSL color Cylindrical-coordinate representation of color #0B4346: hue angle of 183.05º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4346 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB116770-
CMYK0.840.0400.73
HSL183.05º72.84%15.88%-
HSV(B)183.05º84.29%27.45%-
XYZ3.254.536.5-
YUV50.6138.9599.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.43%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 70 (27.73% from 255) = 47.30%
R=7.43%
G=45.27%
B=47.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1167700.840.0400.73183.0572.8415.88
HexB4346544049b74910
Octal131031061244011126711120
Binary10111000011100011010101001000100100110110111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,67,70); }

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

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

 a { background-color: rgb(11,67,70); }

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

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

 span { border-color: rgb(11,67,70); }

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