#0B3837

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

Shades of Cyprus #0B3837

Tints of Cyprus #0B3837

Color information

#0B3837 (or 0x0B3837) is unknown color: approx Cyprus. HEX triplet: 0B, 38 and 37. RGB value is (11,56,55). Sum of RGB (Red+Green+Blue) = 11+56+55=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3837 is #F4C7C8. Grayscale: #2A2A2A. Windows color (decimal): -16041929 or 3618827. OLE color: 3618827.

HSL color Cylindrical-coordinate representation of color #0B3837: hue angle of 178.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B3837 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB115655-
CMYK0.8000.020.78
HSL178.67º67.16%13.14%-
HSV(B)178.67º80.36%21.96%-
XYZ2.243.184.11-
YUV42.43135.09105.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.02%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 55 (21.88% from 255) = 45.08%
R=9.02%
G=45.90%
B=45.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1156550.8000.020.78178.6767.1613.14
HexB383750024Eb343d
Octal1370671200211626310315
Binary1011111000110111101000001010011101011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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