Html Css Color HEX #083432 Nordic

📋 copy color: '#083432'

red 8 ◦ green 52 ◦ blue 50

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

Shades of Nordic #083432

Tints of Nordic #083432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

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

R = 7.27%
G = 47.27%
B = 45.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#083432 (or 0x083432) is known color: Nordic. HEX triplet: 08, 34 and 32. RGB value is (8,52,50). Sum of RGB (Red+Green+Blue) = 8+52+50=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #083432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083432 is #F7CBCD. Grayscale: #262626. Windows color (decimal): -16239566 or 3290120. OLE color: 3290120.

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

Color convert

RGB 8 52 50 -
CMYK 0.85 0 0.04 0.80
HSL 177.27º 0.73% 0.12% -
HSV(B) 177.27º 0.85% 0.2% -
XYZ 1.9 2.74 3.45 -
YUV 38.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 8 52 50 0.85 0 0.04 0.80 177.27 0.73 0.12
Hex 8 34 32 55 0 4 50 B1 49 C
Octal 10 64 62 125 0 4 120 261 111 14
Binary 1000 110100 110010 1010101 0 100 1010000 10110001 1001001 1100

Color Harmonies of #083432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083432

Black with #083432

Text Example


Text Example

White with #083432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083432; }

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

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

background-color css

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

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

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

border-color css

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

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

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