Html Css Color HEX #08393D Cyprus

📋 copy color: '#08393D'

red 8 ◦ green 57 ◦ blue 61

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

Shades of Cyprus #08393D

Tints of Cyprus #08393D

RGB

 RED value IS 8 (3.52% from 255) = 6.35%

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

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

R = 6.35%
G = 45.24%
B = 48.41%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08393D (or 0x08393D) is known color: Cyprus. HEX triplet: 08, 39 and 3D. RGB value is (8,57,61). Sum of RGB (Red+Green+Blue) = 8+57+61=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #08393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08393D is #F7C6C2. Grayscale: #2A2A2A. Windows color (decimal): -16238275 or 4012296. OLE color: 4012296.

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

Color convert

RGB 8 57 61 -
CMYK 0.87 0.07 0 0.76
HSL 184.53º 0.77% 0.14% -
HSV(B) 184.53º 0.87% 0.24% -
XYZ 2.41 3.31 4.93 -
YUV 42.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 8 57 61 0.87 0.07 0 0.76 184.53 0.77 0.14
Hex 8 39 3D 57 7 0 4C B9 4D E
Octal 10 71 75 127 7 0 114 271 115 16
Binary 1000 111001 111101 1010111 111 0 1001100 10111001 1001101 1110

Color Harmonies of #08393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08393D

Black with #08393D

Text Example


Text Example

White with #08393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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