Html Css Color HEX #083831 Deep Teal

📋 copy color: '#083831'

red 8 ◦ green 56 ◦ blue 49

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

Shades of Deep Teal #083831

Tints of Deep Teal #083831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 43.36%

R = 7.08%
G = 49.56%
B = 43.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#083831 (or 0x083831) is known color: Deep Teal. HEX triplet: 08, 38 and 31. RGB value is (8,56,49). Sum of RGB (Red+Green+Blue) = 8+56+49=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #083831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083831 is #F7C7CE. Grayscale: #282828. Windows color (decimal): -16238543 or 3225608. OLE color: 3225608.

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

Color convert

RGB 8 56 49 -
CMYK 0.86 0 0.12 0.78
HSL 171.25º 0.75% 0.13% -
HSV(B) 171.25º 0.86% 0.22% -
XYZ 2.07 3.1 3.4 -
YUV 40.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 8 56 49 0.86 0 0.12 0.78 171.25 0.75 0.13
Hex 8 38 31 56 0 C 4E AB 4B D
Octal 10 70 61 126 0 14 116 253 113 15
Binary 1000 111000 110001 1010110 0 1100 1001110 10101011 1001011 1101

Color Harmonies of #083831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083831

Black with #083831

Text Example


Text Example

White with #083831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083831; }

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

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

background-color css

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

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

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

border-color css

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

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

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