Html Css Color HEX #083037 Nordic

📋 copy color: '#083037'

red 8 ◦ green 48 ◦ blue 55

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

Shades of Nordic #083037

Tints of Nordic #083037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 49.55%

R = 7.21%
G = 43.24%
B = 49.55%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#083037 (or 0x083037) is known color: Nordic. HEX triplet: 08, 30 and 37. RGB value is (8,48,55). Sum of RGB (Red+Green+Blue) = 8+48+55=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #083037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083037 is #F7CFC8. Grayscale: #242424. Windows color (decimal): -16240585 or 3616776. OLE color: 3616776.

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

Color convert

RGB 8 48 55 -
CMYK 0.85 0.13 0 0.78
HSL 188.94º 0.75% 0.12% -
HSV(B) 188.94º 0.85% 0.22% -
XYZ 1.85 2.44 3.99 -
YUV 36.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 8 48 55 0.85 0.13 0 0.78 188.94 0.75 0.12
Hex 8 30 37 55 D 0 4E BD 4B C
Octal 10 60 67 125 15 0 116 275 113 14
Binary 1000 110000 110111 1010101 1101 0 1001110 10111101 1001011 1100

Color Harmonies of #083037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083037

Black with #083037

Text Example


Text Example

White with #083037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083037; }

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

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

background-color css

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

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

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

border-color css

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

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

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