#0B3838

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

Shades of Cyprus #0B3838

Tints of Cyprus #0B3838

Color information

#0B3838 (or 0x0B3838) is unknown color: approx Cyprus. HEX triplet: 0B, 38 and 38. RGB value is (11,56,56). Sum of RGB (Red+Green+Blue) = 11+56+56=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #0B3838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3838 is #F4C7C7. Grayscale: #2A2A2A. Windows color (decimal): -16041928 or 3684363. OLE color: 3684363.

HSL color Cylindrical-coordinate representation of color #0B3838: hue angle of 180º 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 #0B3838 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB115656-
CMYK0.80000.78
HSL180º67.16%13.14%-
HSV(B)180º80.36%21.96%-
XYZ2.273.194.24-
YUV42.54135.59105.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.94%
GREEN value IS 56 (22.27% from 255) = 45.53%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=8.94%
G=45.53%
B=45.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1156560.80000.7818067.1613.14
HexB383850004Eb443d
Octal1370701200011626410315
Binary101111100011100010100000010011101011010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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