Html Css Color HEX #04292D Nordic

📋 copy color: '#04292D'

red 4 ◦ green 41 ◦ blue 45

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

Shades of Nordic #04292D

Tints of Nordic #04292D

RGB

 RED value IS 4 (1.95% from 255) = 4.44%

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

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

R = 4.44%
G = 45.56%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#04292D (or 0x04292D) is known color: Nordic. HEX triplet: 04, 29 and 2D. RGB value is (4,41,45). Sum of RGB (Red+Green+Blue) = 4+41+45=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #04292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04292D is #FBD6D2. Grayscale: #1E1E1E. Windows color (decimal): -16504531 or 2959620. OLE color: 2959620.

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

Color convert

RGB 4 41 45 -
CMYK 0.91 0.09 0 0.82
HSL 185.85º 0.84% 0.1% -
HSV(B) 185.85º 0.91% 0.18% -
XYZ 1.32 1.8 2.76 -
YUV 30.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 4 41 45 0.91 0.09 0 0.82 185.85 0.84 0.1
Hex 4 29 2D 5B 9 0 52 BA 54 A
Octal 4 51 55 133 11 0 122 272 124 12
Binary 100 101001 101101 1011011 1001 0 1010010 10111010 1010100 1010

Color Harmonies of #04292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04292D

Black with #04292D

Text Example


Text Example

White with #04292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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