Html Css Color HEX #083941 Cyprus

📋 copy color: '#083941'

red 8 ◦ green 57 ◦ blue 65

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

Shades of Cyprus #083941

Tints of Cyprus #083941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 50%

R = 6.15%
G = 43.85%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083941 (or 0x083941) is known color: Cyprus. HEX triplet: 08, 39 and 41. RGB value is (8,57,65). Sum of RGB (Red+Green+Blue) = 8+57+65=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #083941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083941 is #F7C6BE. Grayscale: #2B2B2B. Windows color (decimal): -16238271 or 4274440. OLE color: 4274440.

HSL color Cylindrical-coordinate representation of color #083941: hue angle of 188.42º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083941 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 57 65 -
CMYK 0.88 0.12 0 0.75
HSL 188.42º 0.78% 0.14% -
HSV(B) 188.42º 0.88% 0.25% -
XYZ 2.52 3.36 5.52 -
YUV 43.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 8 57 65 0.88 0.12 0 0.75 188.42 0.78 0.14
Hex 8 39 41 58 C 0 4B BC 4E E
Octal 10 71 101 130 14 0 113 274 116 16
Binary 1000 111001 1000001 1011000 1100 0 1001011 10111100 1001110 1110

Color Harmonies of #083941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083941

Black with #083941

Text Example


Text Example

White with #083941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083941; }

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

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

background-color css

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

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

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

border-color css

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

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

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