Html Css Color HEX #08383E Cyprus

📋 copy color: '#08383E'

red 8 ◦ green 56 ◦ blue 62

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

Shades of Cyprus #08383E

Tints of Cyprus #08383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 49.21%

R = 6.35%
G = 44.44%
B = 49.21%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08383E (or 0x08383E) is known color: Cyprus. HEX triplet: 08, 38 and 3E. RGB value is (8,56,62). Sum of RGB (Red+Green+Blue) = 8+56+62=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #08383E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08383E is #F7C7C1. Grayscale: #2A2A2A. Windows color (decimal): -16238530 or 4077576. OLE color: 4077576.

HSL color Cylindrical-coordinate representation of color #08383E: hue angle of 186.67º 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 #08383E is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 56 62 -
CMYK 0.87 0.10 0 0.76
HSL 186.67º 0.77% 0.14% -
HSV(B) 186.67º 0.87% 0.24% -
XYZ 2.38 3.23 5.05 -
YUV 42.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 8 56 62 0.87 0.10 0 0.76 186.67 0.77 0.14
Hex 8 38 3E 57 A 0 4C BB 4D E
Octal 10 70 76 127 12 0 114 273 115 16
Binary 1000 111000 111110 1010111 1010 0 1001100 10111011 1001101 1110

Color Harmonies of #08383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08383E

Black with #08383E

Text Example


Text Example

White with #08383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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