Html Css Color HEX #083132 Nordic

📋 copy color: '#083132'

red 8 ◦ green 49 ◦ blue 50

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

Shades of Nordic #083132

Tints of Nordic #083132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 46.73%

R = 7.48%
G = 45.79%
B = 46.73%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#083132 (or 0x083132) is known color: Nordic. HEX triplet: 08, 31 and 32. RGB value is (8,49,50). Sum of RGB (Red+Green+Blue) = 8+49+50=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #083132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083132 is #F7CECD. Grayscale: #242424. Windows color (decimal): -16240334 or 3289352. OLE color: 3289352.

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

Color convert

RGB 8 49 50 -
CMYK 0.84 0.02 0 0.80
HSL 181.43º 0.72% 0.11% -
HSV(B) 181.43º 0.84% 0.2% -
XYZ 1.77 2.48 3.4 -
YUV 36.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 8 49 50 0.84 0.02 0 0.80 181.43 0.72 0.11
Hex 8 31 32 54 2 0 50 B5 48 B
Octal 10 61 62 124 2 0 120 265 110 13
Binary 1000 110001 110010 1010100 10 0 1010000 10110101 1001000 1011

Color Harmonies of #083132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083132

Black with #083132

Text Example


Text Example

White with #083132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083132; }

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

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

background-color css

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

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

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

border-color css

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

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

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