#023231

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

Shades of Cyprus #023231

Tints of Cyprus #023231

Color information

#023231 (or 0x023231) is unknown color: approx Cyprus. HEX triplet: 02, 32 and 31. RGB value is (2,50,49). Sum of RGB (Red+Green+Blue) = 2+50+49=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #023231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023231 is #FDCDCE. Grayscale: #232323. Windows color (decimal): -16633295 or 3224066. OLE color: 3224066.

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

Color convert

RGB25049-
CMYK0.9600.020.80
HSL178.75º92.31%10.2%-
HSV(B)178.75º96%19.61%-
XYZ1.722.523.3-
YUV35.53135.6104.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 49 (19.53% from 255) = 48.51%
R=1.98%
G=49.50%
B=48.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal250490.9600.020.80178.7592.3110.2
Hex23231600250b35ca
Octal262611400212026313412
Binary10110010110001110000001010100001011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023231; }

 p { color: rgb(2,50,49); }

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

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

 a { background-color: rgb(2,50,49); }

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

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

 span { border-color: rgb(2,50,49); }

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