#033838

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

Shades of Cyprus #033838

Tints of Cyprus #033838

Color information

#033838 (or 0x033838) is unknown color: approx Cyprus. HEX triplet: 03, 38 and 38. RGB value is (3,56,56). Sum of RGB (Red+Green+Blue) = 3+56+56=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #033838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033838 is #FCC7C7. Grayscale: #282828. Windows color (decimal): -16566216 or 3684355. OLE color: 3684355.

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

Color convert

RGB35656-
CMYK0.95000.78
HSL180º89.83%11.57%-
HSV(B)180º94.64%21.96%-
XYZ2.173.134.23-
YUV40.15136.94101.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 56 (22.27% from 255) = 48.70%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=2.61%
G=48.70%
B=48.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal356560.95000.7818089.8311.57
Hex338385F004Eb45ac
Octal370701370011626413214
Binary1111100011100010111110010011101011010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033838; }

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

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

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

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

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

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

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

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