Html Css Color HEX #042C31 Nordic

📋 copy color: '#042C31'

red 4 ◦ green 44 ◦ blue 49

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

Shades of Nordic #042C31

Tints of Nordic #042C31

RGB

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

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

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

R = 4.12%
G = 45.36%
B = 50.52%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#042C31 (or 0x042C31) is known color: Nordic. HEX triplet: 04, 2C and 31. RGB value is (4,44,49). Sum of RGB (Red+Green+Blue) = 4+44+49=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #042C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C31 is #FBD3CE. Grayscale: #202020. Windows color (decimal): -16503759 or 3222532. OLE color: 3222532.

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

Color convert

RGB 4 44 49 -
CMYK 0.92 0.10 0 0.81
HSL 186.67º 0.85% 0.1% -
HSV(B) 186.67º 0.92% 0.19% -
XYZ 1.51 2.05 3.22 -
YUV 32.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 4 44 49 0.92 0.10 0 0.81 186.67 0.85 0.1
Hex 4 2C 31 5C A 0 51 BB 55 A
Octal 4 54 61 134 12 0 121 273 125 12
Binary 100 101100 110001 1011100 1010 0 1010001 10111011 1010101 1010

Color Harmonies of #042C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C31

Black with #042C31

Text Example


Text Example

White with #042C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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