Html Css Color HEX #083131 Nordic

📋 copy color: '#083131'

red 8 ◦ green 49 ◦ blue 49

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

Shades of Nordic #083131

Tints of Nordic #083131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 46.23%

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

R = 7.55%
G = 46.23%
B = 46.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#083131 (or 0x083131) is known color: Nordic. HEX triplet: 08, 31 and 31. RGB value is (8,49,49). Sum of RGB (Red+Green+Blue) = 8+49+49=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #083131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083131 is #F7CECE. Grayscale: #242424. Windows color (decimal): -16240335 or 3223816. OLE color: 3223816.

HSL color Cylindrical-coordinate representation of color #083131: hue angle of 180º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083131 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 49 49 -
CMYK 0.84 0 0 0.81
HSL 180º 0.72% 0.11% -
HSV(B) 180º 0.84% 0.19% -
XYZ 1.75 2.47 3.29 -
YUV 36.74 134.92 107.5 -
System Red Green Blue C M Y K H S L
Decimal 8 49 49 0.84 0 0 0.81 180 0.72 0.11
Hex 8 31 31 54 0 0 51 B4 48 B
Octal 10 61 61 124 0 0 121 264 110 13
Binary 1000 110001 110001 1010100 0 0 1010001 10110100 1001000 1011

Color Harmonies of #083131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083131

Black with #083131

Text Example


Text Example

White with #083131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083131; }

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

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

background-color css

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

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

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

border-color css

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

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

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