#003233

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

Shades of Cyprus #003233

Tints of Cyprus #003233

Color information

#003233 (or 0x003233) is unknown color: approx Cyprus. HEX triplet: 00, 32 and 33. RGB value is (0,50,51). Sum of RGB (Red+Green+Blue) = 0+50+51=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #003233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003233 is #FFCDCC. Grayscale: #232323. Windows color (decimal): -16764365 or 3355136. OLE color: 3355136.

HSL color Cylindrical-coordinate representation of color #003233: hue angle of 181.18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003233 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB05051-
CMYK10.0200.8
HSL181.18º100%10%-
HSV(B)181.18º100%20%-
XYZ1.742.523.53-
YUV35.16136.94102.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=0%
G=49.50%
B=50.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal0505110.0200.8181.1810010
Hex03233642050b564a
Octal062631442012026514412
Binary0110010110011110010010010100001011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003233; }

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

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

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

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

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

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

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

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