Html Css Color HEX #072F33 Nordic

📋 copy color: '#072F33'

red 7 ◦ green 47 ◦ blue 51

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

Shades of Nordic #072F33

Tints of Nordic #072F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 44.76%

 BLUE value IS 51 (20.31% from 255) = 48.57%

R = 6.67%
G = 44.76%
B = 48.57%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#072F33 (or 0x072F33) is known color: Nordic. HEX triplet: 07, 2F and 33. RGB value is (7,47,51). Sum of RGB (Red+Green+Blue) = 7+47+51=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #072F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F33 is #F8D0CC. Grayscale: #232323. Windows color (decimal): -16306381 or 3354375. OLE color: 3354375.

HSL color Cylindrical-coordinate representation of color #072F33: hue angle of 185.45º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #072F33 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 47 51 -
CMYK 0.86 0.08 0 0.8
HSL 185.45º 0.76% 0.11% -
HSV(B) 185.45º 0.86% 0.2% -
XYZ 1.7 2.32 3.49 -
YUV 35.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 7 47 51 0.86 0.08 0 0.8 185.45 0.76 0.11
Hex 7 2F 33 56 8 0 50 B9 4C B
Octal 7 57 63 126 10 0 120 271 114 13
Binary 111 101111 110011 1010110 1000 0 1010000 10111001 1001100 1011

Color Harmonies of #072F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F33

Black with #072F33

Text Example


Text Example

White with #072F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072F33; }

 p { color: rgb(7,47,51); }

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

background-color css

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

 a { background-color: rgb(7,47,51); }

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

border-color css

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

 span { border-color: rgb(7,47,51); }

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