Html Css Color HEX #163033 Nordic

📋 copy color: '#163033'

red 22 ◦ green 48 ◦ blue 51

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

Shades of Nordic #163033

Tints of Nordic #163033

RGB

 RED value IS 22 (8.98% from 255) = 18.18%

 GREEN value IS 48 (19.14% from 255) = 39.67%

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

R = 18.18%
G = 39.67%
B = 42.15%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#163033 (or 0x163033) is known color: Nordic. HEX triplet: 16, 30 and 33. RGB value is (22,48,51). Sum of RGB (Red+Green+Blue) = 22+48+51=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 51 - color contains mainly: blue. Hex color #163033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163033 is #E9CFCC. Grayscale: #282828. Windows color (decimal): -15323085 or 3354646. OLE color: 3354646.

HSL color Cylindrical-coordinate representation of color #163033: hue angle of 186.21º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163033 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 22 48 51 -
CMYK 0.57 0.06 0 0.8
HSL 186.21º 0.4% 0.14% -
HSV(B) 186.21º 0.57% 0.2% -
XYZ 1.99 2.52 3.51 -
YUV 40.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 22 48 51 0.57 0.06 0 0.8 186.21 0.4 0.14
Hex 16 30 33 39 6 0 50 BA 28 E
Octal 26 60 63 71 6 0 120 272 50 16
Binary 10110 110000 110011 111001 110 0 1010000 10111010 101000 1110

Color Harmonies of #163033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163033

Black with #163033

Text Example


Text Example

White with #163033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163033; }

 p { color: rgb(22,48,51); }

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

background-color css

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

 a { background-color: rgb(22,48,51); }

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

border-color css

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

 span { border-color: rgb(22,48,51); }

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