Html Css Color HEX #03292D Nordic

📋 copy color: '#03292D'

red 3 ◦ green 41 ◦ blue 45

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

Shades of Nordic #03292D

Tints of Nordic #03292D

RGB

 RED value IS 3 (1.56% from 255) = 3.37%

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

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

R = 3.37%
G = 46.07%
B = 50.56%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#03292D (or 0x03292D) is known color: Nordic. HEX triplet: 03, 29 and 2D. RGB value is (3,41,45). Sum of RGB (Red+Green+Blue) = 3+41+45=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #03292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03292D is #FCD6D2. Grayscale: #1E1E1E. Windows color (decimal): -16570067 or 2959619. OLE color: 2959619.

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

Color convert

RGB 3 41 45 -
CMYK 0.93 0.09 0 0.82
HSL 185.71º 0.88% 0.09% -
HSV(B) 185.71º 0.93% 0.18% -
XYZ 1.3 1.79 2.76 -
YUV 30.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 3 41 45 0.93 0.09 0 0.82 185.71 0.88 0.09
Hex 3 29 2D 5D 9 0 52 BA 58 9
Octal 3 51 55 135 11 0 122 272 130 11
Binary 11 101001 101101 1011101 1001 0 1010010 10111010 1011000 1001

Color Harmonies of #03292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03292D

Black with #03292D

Text Example


Text Example

White with #03292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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