Html Css Color HEX #083331 Nordic

📋 copy color: '#083331'

red 8 ◦ green 51 ◦ blue 49

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

Shades of Nordic #083331

Tints of Nordic #083331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 47.22%

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

R = 7.41%
G = 47.22%
B = 45.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#083331 (or 0x083331) is known color: Nordic. HEX triplet: 08, 33 and 31. RGB value is (8,51,49). Sum of RGB (Red+Green+Blue) = 8+51+49=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #083331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083331 is #F7CCCE. Grayscale: #252525. Windows color (decimal): -16239823 or 3224328. OLE color: 3224328.

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

Color convert

RGB 8 51 49 -
CMYK 0.84 0 0.04 0.8
HSL 177.21º 0.73% 0.12% -
HSV(B) 177.21º 0.84% 0.2% -
XYZ 1.84 2.64 3.32 -
YUV 37.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 8 51 49 0.84 0 0.04 0.8 177.21 0.73 0.12
Hex 8 33 31 54 0 4 50 B1 49 C
Octal 10 63 61 124 0 4 120 261 111 14
Binary 1000 110011 110001 1010100 0 100 1010000 10110001 1001001 1100

Color Harmonies of #083331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083331

Black with #083331

Text Example


Text Example

White with #083331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083331; }

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

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

background-color css

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

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

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

border-color css

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

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

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