Html Css Color HEX #082C31 Nordic

📋 copy color: '#082C31'

red 8 ◦ green 44 ◦ blue 49

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

Shades of Nordic #082C31

Tints of Nordic #082C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 43.56%

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

R = 7.92%
G = 43.56%
B = 48.51%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#082C31 (or 0x082C31) is known color: Nordic. HEX triplet: 08, 2C and 31. RGB value is (8,44,49). Sum of RGB (Red+Green+Blue) = 8+44+49=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #082C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C31 is #F7D3CE. Grayscale: #212121. Windows color (decimal): -16241615 or 3222536. OLE color: 3222536.

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

Color convert

RGB 8 44 49 -
CMYK 0.84 0.10 0 0.81
HSL 187.32º 0.72% 0.11% -
HSV(B) 187.32º 0.84% 0.19% -
XYZ 1.56 2.07 3.22 -
YUV 33.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 8 44 49 0.84 0.10 0 0.81 187.32 0.72 0.11
Hex 8 2C 31 54 A 0 51 BB 48 B
Octal 10 54 61 124 12 0 121 273 110 13
Binary 1000 101100 110001 1010100 1010 0 1010001 10111011 1001000 1011

Color Harmonies of #082C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C31

Black with #082C31

Text Example


Text Example

White with #082C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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