Html Css Color HEX #00393D Cyprus

📋 copy color: '#00393D'

red 0 ◦ green 57 ◦ blue 61

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

Shades of Cyprus #00393D

Tints of Cyprus #00393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 48.31%

 BLUE value IS 61 (24.22% from 255) = 51.69%

R = 0%
G = 48.31%
B = 51.69%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00393D (or 0x00393D) is known color: Cyprus. HEX triplet: 00, 39 and 3D. RGB value is (0,57,61). Sum of RGB (Red+Green+Blue) = 0+57+61=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #00393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00393D is #FFC6C2. Grayscale: #282828. Windows color (decimal): -16762563 or 4012288. OLE color: 4012288.

HSL color Cylindrical-coordinate representation of color #00393D: hue angle of 183.93º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00393D is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 57 61 -
CMYK 1 0.07 0 0.76
HSL 183.93º 1% 0.12% -
HSV(B) 183.93º 1% 0.24% -
XYZ 2.31 3.26 4.92 -
YUV 40.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 0 57 61 1 0.07 0 0.76 183.93 1 0.12
Hex 0 39 3D 64 7 0 4C B8 64 C
Octal 0 71 75 144 7 0 114 270 144 14
Binary 0 111001 111101 1100100 111 0 1001100 10111000 1100100 1100

Color Harmonies of #00393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00393D

Black with #00393D

Text Example


Text Example

White with #00393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00393D; }

 p { color: rgb(0,57,61); }

 H1.HeaderClassName
 {
   color: #00393D;
 }
 .AnyTagClassName
 {
   color: #00393D;
 }
</style>

background-color css

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

 a { background-color: rgb(0,57,61); }

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

border-color css

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

 span { border-color: rgb(0,57,61); }

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