#0B3A38

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

Shades of Cyprus #0B3A38

Tints of Cyprus #0B3A38

Color information

#0B3A38 (or 0x0B3A38) is unknown color: approx Cyprus. HEX triplet: 0B, 3A and 38. RGB value is (11,58,56). Sum of RGB (Red+Green+Blue) = 11+58+56=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A38 is #F4C5C7. Grayscale: #2B2B2B. Windows color (decimal): -16041416 or 3684875. OLE color: 3684875.

HSL color Cylindrical-coordinate representation of color #0B3A38: hue angle of 177.45º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3A38 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB115856-
CMYK0.8100.030.77
HSL177.45º68.12%13.53%-
HSV(B)177.45º81.03%22.75%-
XYZ2.363.384.27-
YUV43.72134.93104.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.8%
GREEN value IS 58 (23.05% from 255) = 46.4%
BLUE value IS 56 (22.27% from 255) = 44.8%
R=8.8%
G=46.4%
B=44.8%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1158560.8100.030.77177.4568.1213.53
HexB3A3851034Db144e
Octal1372701210311526110416
Binary1011111010111000101000101110011011011000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,58,56); }

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

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

 a { background-color: rgb(11,58,56); }

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

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

 span { border-color: rgb(11,58,56); }

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