Html Css Color HEX #083332 Nordic

📋 copy color: '#083332'

red 8 ◦ green 51 ◦ blue 50

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

Shades of Nordic #083332

Tints of Nordic #083332

RGB

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

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

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

R = 7.34%
G = 46.79%
B = 45.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#083332 (or 0x083332) is known color: Nordic. HEX triplet: 08, 33 and 32. RGB value is (8,51,50). Sum of RGB (Red+Green+Blue) = 8+51+50=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #083332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083332 is #F7CCCD. Grayscale: #252525. Windows color (decimal): -16239822 or 3289864. OLE color: 3289864.

HSL color Cylindrical-coordinate representation of color #083332: hue angle of 178.6º 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 #083332 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 50 -
CMYK 0.84 0 0.02 0.8
HSL 178.6º 0.73% 0.12% -
HSV(B) 178.6º 0.84% 0.2% -
XYZ 1.86 2.65 3.43 -
YUV 38.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 8 51 50 0.84 0 0.02 0.8 178.6 0.73 0.12
Hex 8 33 32 54 0 2 50 B3 49 C
Octal 10 63 62 124 0 2 120 263 111 14
Binary 1000 110011 110010 1010100 0 10 1010000 10110011 1001001 1100

Color Harmonies of #083332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083332

Black with #083332

Text Example


Text Example

White with #083332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083332; }

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

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

background-color css

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

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

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

border-color css

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

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

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