Html Css Color HEX #072C31 Nordic

📋 copy color: '#072C31'

red 7 ◦ green 44 ◦ blue 49

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

Shades of Nordic #072C31

Tints of Nordic #072C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 44%

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

R = 7%
G = 44%
B = 49%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#072C31 (or 0x072C31) is known color: Nordic. HEX triplet: 07, 2C and 31. RGB value is (7,44,49). Sum of RGB (Red+Green+Blue) = 7+44+49=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #072C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C31 is #F8D3CE. Grayscale: #212121. Windows color (decimal): -16307151 or 3222535. OLE color: 3222535.

HSL color Cylindrical-coordinate representation of color #072C31: hue angle of 187.14º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #072C31 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 44 49 -
CMYK 0.86 0.10 0 0.81
HSL 187.14º 0.75% 0.11% -
HSV(B) 187.14º 0.86% 0.19% -
XYZ 1.54 2.07 3.22 -
YUV 33.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 7 44 49 0.86 0.10 0 0.81 187.14 0.75 0.11
Hex 7 2C 31 56 A 0 51 BB 4B B
Octal 7 54 61 126 12 0 121 273 113 13
Binary 111 101100 110001 1010110 1010 0 1010001 10111011 1001011 1011

Color Harmonies of #072C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C31

Black with #072C31

Text Example


Text Example

White with #072C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,44,49); }

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

background-color css

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

 a { background-color: rgb(7,44,49); }

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

border-color css

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

 span { border-color: rgb(7,44,49); }

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