Html Css Color HEX #083035 Nordic

📋 copy color: '#083035'

red 8 ◦ green 48 ◦ blue 53

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

Shades of Nordic #083035

Tints of Nordic #083035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 48.62%

R = 7.34%
G = 44.04%
B = 48.62%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#083035 (or 0x083035) is known color: Nordic. HEX triplet: 08, 30 and 35. RGB value is (8,48,53). Sum of RGB (Red+Green+Blue) = 8+48+53=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #083035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083035 is #F7CFCA. Grayscale: #242424. Windows color (decimal): -16240587 or 3485704. OLE color: 3485704.

HSL color Cylindrical-coordinate representation of color #083035: hue angle of 186.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083035 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 48 53 -
CMYK 0.85 0.09 0 0.79
HSL 186.67º 0.74% 0.12% -
HSV(B) 186.67º 0.85% 0.21% -
XYZ 1.8 2.42 3.74 -
YUV 36.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 8 48 53 0.85 0.09 0 0.79 186.67 0.74 0.12
Hex 8 30 35 55 9 0 4F BB 4A C
Octal 10 60 65 125 11 0 117 273 112 14
Binary 1000 110000 110101 1010101 1001 0 1001111 10111011 1001010 1100

Color Harmonies of #083035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083035

Black with #083035

Text Example


Text Example

White with #083035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083035; }

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

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

background-color css

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

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

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

border-color css

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

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

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