Html Css Color HEX #083031 Nordic

📋 copy color: '#083031'

red 8 ◦ green 48 ◦ blue 49

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

Shades of Nordic #083031

Tints of Nordic #083031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.71%

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

R = 7.62%
G = 45.71%
B = 46.67%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#083031 (or 0x083031) is known color: Nordic. HEX triplet: 08, 30 and 31. RGB value is (8,48,49). Sum of RGB (Red+Green+Blue) = 8+48+49=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #083031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083031 is #F7CFCE. Grayscale: #242424. Windows color (decimal): -16240591 or 3223560. OLE color: 3223560.

HSL color Cylindrical-coordinate representation of color #083031: hue angle of 181.46º 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 #083031 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 48 49 -
CMYK 0.84 0.02 0 0.81
HSL 181.46º 0.72% 0.11% -
HSV(B) 181.46º 0.84% 0.19% -
XYZ 1.71 2.39 3.28 -
YUV 36.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 8 48 49 0.84 0.02 0 0.81 181.46 0.72 0.11
Hex 8 30 31 54 2 0 51 B5 48 B
Octal 10 60 61 124 2 0 121 265 110 13
Binary 1000 110000 110001 1010100 10 0 1010001 10110101 1001000 1011

Color Harmonies of #083031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083031

Black with #083031

Text Example


Text Example

White with #083031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083031; }

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

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

background-color css

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

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

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

border-color css

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

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

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