Html Css Color HEX #083034 Nordic

📋 copy color: '#083034'

red 8 ◦ green 48 ◦ blue 52

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

Shades of Nordic #083034

Tints of Nordic #083034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 48.15%

R = 7.41%
G = 44.44%
B = 48.15%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#083034 (or 0x083034) is known color: Nordic. HEX triplet: 08, 30 and 34. RGB value is (8,48,52). Sum of RGB (Red+Green+Blue) = 8+48+52=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #083034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083034 is #F7CFCB. Grayscale: #242424. Windows color (decimal): -16240588 or 3420168. OLE color: 3420168.

HSL color Cylindrical-coordinate representation of color #083034: hue angle of 185.45º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083034 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 48 52 -
CMYK 0.85 0.08 0 0.80
HSL 185.45º 0.73% 0.12% -
HSV(B) 185.45º 0.85% 0.2% -
XYZ 1.78 2.41 3.62 -
YUV 36.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 8 48 52 0.85 0.08 0 0.80 185.45 0.73 0.12
Hex 8 30 34 55 8 0 50 B9 49 C
Octal 10 60 64 125 10 0 120 271 111 14
Binary 1000 110000 110100 1010101 1000 0 1010000 10111001 1001001 1100

Color Harmonies of #083034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083034

Black with #083034

Text Example


Text Example

White with #083034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083034; }

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

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

background-color css

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

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

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

border-color css

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

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

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