#003B33

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

Shades of Cyprus #003B33

Tints of Cyprus #003B33

Color information

#003B33 (or 0x003B33) is unknown color: approx Cyprus. HEX triplet: 00, 3B and 33. RGB value is (0,59,51). Sum of RGB (Red+Green+Blue) = 0+59+51=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #003B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B33 is #FFC4CC. Grayscale: #282828. Windows color (decimal): -16762061 or 3357440. OLE color: 3357440.

HSL color Cylindrical-coordinate representation of color #003B33: hue angle of 171.86º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B33 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB05951-
CMYK100.140.77
HSL171.86º100%11.57%-
HSV(B)171.86º100%23.14%-
XYZ2.163.373.67-
YUV40.45133.9599.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 53.64%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=0%
G=53.64%
B=46.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05951100.140.77171.8610011.57
Hex03B33640E4Dac64c
Octal0736314401611525414414
Binary011101111001111001000111010011011010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003B33; }

 p { color: rgb(0,59,51); }

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

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

 a { background-color: rgb(0,59,51); }

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

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

 span { border-color: rgb(0,59,51); }

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