Html Css Color HEX #033133 Nordic

📋 copy color: '#033133'

red 3 ◦ green 49 ◦ blue 51

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

Shades of Nordic #033133

Tints of Nordic #033133

RGB

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

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

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

R = 2.91%
G = 47.57%
B = 49.51%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#033133 (or 0x033133) is known color: Nordic. HEX triplet: 03, 31 and 33. RGB value is (3,49,51). Sum of RGB (Red+Green+Blue) = 3+49+51=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #033133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033133 is #FCCECC. Grayscale: #232323. Windows color (decimal): -16568013 or 3354883. OLE color: 3354883.

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

Color convert

RGB 3 49 51 -
CMYK 0.94 0.04 0 0.8
HSL 182.5º 0.89% 0.11% -
HSV(B) 182.5º 0.94% 0.2% -
XYZ 1.73 2.46 3.51 -
YUV 35.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 3 49 51 0.94 0.04 0 0.8 182.5 0.89 0.11
Hex 3 31 33 5E 4 0 50 B6 59 B
Octal 3 61 63 136 4 0 120 266 131 13
Binary 11 110001 110011 1011110 100 0 1010000 10110110 1011001 1011

Color Harmonies of #033133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033133

Black with #033133

Text Example


Text Example

White with #033133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033133; }

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

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

background-color css

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

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

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

border-color css

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

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

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