Html Css Color HEX #07292D Nordic

📋 copy color: '#07292D'

red 7 ◦ green 41 ◦ blue 45

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

Shades of Nordic #07292D

Tints of Nordic #07292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 44.09%

 BLUE value IS 45 (17.97% from 255) = 48.39%

R = 7.53%
G = 44.09%
B = 48.39%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#07292D (or 0x07292D) is known color: Nordic. HEX triplet: 07, 29 and 2D. RGB value is (7,41,45). Sum of RGB (Red+Green+Blue) = 7+41+45=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #07292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07292D is #F8D6D2. Grayscale: #1F1F1F. Windows color (decimal): -16307923 or 2959623. OLE color: 2959623.

HSL color Cylindrical-coordinate representation of color #07292D: hue angle of 186.32º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07292D is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 41 45 -
CMYK 0.84 0.09 0 0.82
HSL 186.32º 0.73% 0.1% -
HSV(B) 186.32º 0.84% 0.18% -
XYZ 1.35 1.82 2.76 -
YUV 31.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 7 41 45 0.84 0.09 0 0.82 186.32 0.73 0.1
Hex 7 29 2D 54 9 0 52 BA 49 A
Octal 7 51 55 124 11 0 122 272 111 12
Binary 111 101001 101101 1010100 1001 0 1010010 10111010 1001001 1010

Color Harmonies of #07292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07292D

Black with #07292D

Text Example


Text Example

White with #07292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07292D; }

 p { color: rgb(7,41,45); }

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

background-color css

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

 a { background-color: rgb(7,41,45); }

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

border-color css

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

 span { border-color: rgb(7,41,45); }

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