#013838

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

Shades of Cyprus #013838

Tints of Cyprus #013838

Color information

#013838 (or 0x013838) is unknown color: approx Cyprus. HEX triplet: 01, 38 and 38. RGB value is (1,56,56). Sum of RGB (Red+Green+Blue) = 1+56+56=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #013838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013838 is #FEC7C7. Grayscale: #272727. Windows color (decimal): -16697288 or 3684353. OLE color: 3684353.

HSL color Cylindrical-coordinate representation of color #013838: hue angle of 180º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013838 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB15656-
CMYK0.98000.78
HSL180º96.49%11.18%-
HSV(B)180º98.21%21.96%-
XYZ2.143.124.23-
YUV39.56137.28100.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 56 (22.27% from 255) = 49.56%
R=0.88%
G=49.56%
B=49.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156560.98000.7818096.4911.18
Hex1383862004Eb460b
Octal170701420011626414013
Binary111100011100011000100010011101011010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013838; }

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

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

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

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

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

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

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

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