Html Css Color HEX #043133 Nordic

📋 copy color: '#043133'

red 4 ◦ green 49 ◦ blue 51

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

Shades of Nordic #043133

Tints of Nordic #043133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 47.12%

 BLUE value IS 51 (20.31% from 255) = 49.04%

R = 3.85%
G = 47.12%
B = 49.04%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#043133 (or 0x043133) is known color: Nordic. HEX triplet: 04, 31 and 33. RGB value is (4,49,51). Sum of RGB (Red+Green+Blue) = 4+49+51=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #043133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043133 is #FBCECC. Grayscale: #232323. Windows color (decimal): -16502477 or 3354884. OLE color: 3354884.

HSL color Cylindrical-coordinate representation of color #043133: hue angle of 182.55º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043133 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 49 51 -
CMYK 0.92 0.04 0 0.8
HSL 182.55º 0.85% 0.11% -
HSV(B) 182.55º 0.92% 0.2% -
XYZ 1.75 2.46 3.52 -
YUV 35.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 4 49 51 0.92 0.04 0 0.8 182.55 0.85 0.11
Hex 4 31 33 5C 4 0 50 B7 55 B
Octal 4 61 63 134 4 0 120 267 125 13
Binary 100 110001 110011 1011100 100 0 1010000 10110111 1010101 1011

Color Harmonies of #043133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043133

Black with #043133

Text Example


Text Example

White with #043133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043133; }

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

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

background-color css

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

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

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

border-color css

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

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

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