Html Css Color HEX #08383F Cyprus

📋 copy color: '#08383F'

red 8 ◦ green 56 ◦ blue 63

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

Shades of Cyprus #08383F

Tints of Cyprus #08383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.09%

 BLUE value IS 63 (25% from 255) = 49.61%

R = 6.3%
G = 44.09%
B = 49.61%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#08383F (or 0x08383F) is known color: Cyprus. HEX triplet: 08, 38 and 3F. RGB value is (8,56,63). Sum of RGB (Red+Green+Blue) = 8+56+63=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #08383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08383F is #F7C7C0. Grayscale: #2A2A2A. Windows color (decimal): -16238529 or 4143112. OLE color: 4143112.

HSL color Cylindrical-coordinate representation of color #08383F: hue angle of 187.64º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08383F is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 56 63 -
CMYK 0.87 0.11 0 0.75
HSL 187.64º 0.77% 0.14% -
HSV(B) 187.64º 0.87% 0.25% -
XYZ 2.41 3.24 5.2 -
YUV 42.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 8 56 63 0.87 0.11 0 0.75 187.64 0.77 0.14
Hex 8 38 3F 57 B 0 4B BC 4D E
Octal 10 70 77 127 13 0 113 274 115 16
Binary 1000 111000 111111 1010111 1011 0 1001011 10111100 1001101 1110

Color Harmonies of #08383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08383F

Black with #08383F

Text Example


Text Example

White with #08383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08383F; }

 p { color: rgb(8,56,63); }

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

background-color css

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

 a { background-color: rgb(8,56,63); }

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

border-color css

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

 span { border-color: rgb(8,56,63); }

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