Html Css Color HEX #073432 Nordic

📋 copy color: '#073432'

red 7 ◦ green 52 ◦ blue 50

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

Shades of Nordic #073432

Tints of Nordic #073432

RGB

 RED value IS 7 (3.13% from 255) = 6.42%

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

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

R = 6.42%
G = 47.71%
B = 45.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#073432 (or 0x073432) is known color: Nordic. HEX triplet: 07, 34 and 32. RGB value is (7,52,50). Sum of RGB (Red+Green+Blue) = 7+52+50=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #073432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073432 is #F8CBCD. Grayscale: #262626. Windows color (decimal): -16305102 or 3290119. OLE color: 3290119.

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

Color convert

RGB 7 52 50 -
CMYK 0.87 0 0.04 0.80
HSL 177.33º 0.76% 0.12% -
HSV(B) 177.33º 0.87% 0.2% -
XYZ 1.89 2.73 3.45 -
YUV 38.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 7 52 50 0.87 0 0.04 0.80 177.33 0.76 0.12
Hex 7 34 32 57 0 4 50 B1 4C C
Octal 7 64 62 127 0 4 120 261 114 14
Binary 111 110100 110010 1010111 0 100 1010000 10110001 1001100 1100

Color Harmonies of #073432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073432

Black with #073432

Text Example


Text Example

White with #073432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073432; }

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

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

background-color css

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

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

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

border-color css

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

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

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