#10403F

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

Shades of Cyprus #10403F

Tints of Cyprus #10403F

Color information

#10403F (or 0x10403F) is unknown color: approx Cyprus. HEX triplet: 10, 40 and 3F. RGB value is (16,64,63). Sum of RGB (Red+Green+Blue) = 16+64+63=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #10403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10403F is #EFBFC0. Grayscale: #313131. Windows color (decimal): -15712193 or 4145168. OLE color: 4145168.

HSL color Cylindrical-coordinate representation of color #10403F: hue angle of 178.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10403F is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB166463-
CMYK0.7500.020.75
HSL178.75º60%15.69%-
HSV(B)178.75º75%25.1%-
XYZ2.944.145.35-
YUV49.53135.6104.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 63 (25% from 255) = 44.06%
R=11.19%
G=44.76%
B=44.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664630.7500.020.75178.756015.69
Hex10403F4B024Bb33c10
Octal2010077113021132637420
Binary100001000000111111100101101010010111011001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10403F; }

 p { color: rgb(16,64,63); }

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

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

 a { background-color: rgb(16,64,63); }

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

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

 span { border-color: rgb(16,64,63); }

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