Html Css Color HEX #08383D Cyprus

📋 copy color: '#08383D'

red 8 ◦ green 56 ◦ blue 61

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

Shades of Cyprus #08383D

Tints of Cyprus #08383D

RGB

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

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

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

R = 6.4%
G = 44.8%
B = 48.8%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08383D (or 0x08383D) is known color: Cyprus. HEX triplet: 08, 38 and 3D. RGB value is (8,56,61). Sum of RGB (Red+Green+Blue) = 8+56+61=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #08383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08383D is #F7C7C2. Grayscale: #2A2A2A. Windows color (decimal): -16238531 or 4012040. OLE color: 4012040.

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

Color convert

RGB 8 56 61 -
CMYK 0.87 0.08 0 0.76
HSL 185.66º 0.77% 0.14% -
HSV(B) 185.66º 0.87% 0.24% -
XYZ 2.36 3.22 4.91 -
YUV 42.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 8 56 61 0.87 0.08 0 0.76 185.66 0.77 0.14
Hex 8 38 3D 57 8 0 4C BA 4D E
Octal 10 70 75 127 10 0 114 272 115 16
Binary 1000 111000 111101 1010111 1000 0 1001100 10111010 1001101 1110

Color Harmonies of #08383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08383D

Black with #08383D

Text Example


Text Example

White with #08383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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