Html Css Color HEX #003A33 Cyprus

📋 copy color: '#003A33'

red 0 ◦ green 58 ◦ blue 51

#003A33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #003A33

Tints of Cyprus #003A33

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 58 (23.05% from 255) = 53.21%

 BLUE value IS 51 (20.31% from 255) = 46.79%

R = 0%
G = 53.21%
B = 46.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#003A33 (or 0x003A33) is known color: Cyprus. HEX triplet: 00, 3A and 33. RGB value is (0,58,51). Sum of RGB (Red+Green+Blue) = 0+58+51=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #003A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A33 is #FFC5CC. Grayscale: #272727. Windows color (decimal): -16762317 or 3357184. OLE color: 3357184.

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

Color convert

RGB 0 58 51 -
CMYK 1 0 0.12 0.77
HSL 172.76º 1% 0.11% -
HSV(B) 172.76º 1% 0.23% -
XYZ 2.11 3.27 3.65 -
YUV 39.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 0 58 51 1 0 0.12 0.77 172.76 1 0.11
Hex 0 3A 33 64 0 C 4D AD 64 B
Octal 0 72 63 144 0 14 115 255 144 13
Binary 0 111010 110011 1100100 0 1100 1001101 10101101 1100100 1011

Color Harmonies of #003A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A33

Black with #003A33

Text Example


Text Example

White with #003A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #003A33;
 }
 .AnyTagClassName
 {
   color: #003A33;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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