Html Css Color HEX #163335 Nordic

📋 copy color: '#163335'

red 22 ◦ green 51 ◦ blue 53

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

Shades of Nordic #163335

Tints of Nordic #163335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.48%

 BLUE value IS 53 (21.09% from 255) = 42.06%

R = 17.46%
G = 40.48%
B = 42.06%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#163335 (or 0x163335) is known color: Nordic. HEX triplet: 16, 33 and 35. RGB value is (22,51,53). Sum of RGB (Red+Green+Blue) = 22+51+53=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #163335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163335 is #E9CCCA. Grayscale: #2A2A2A. Windows color (decimal): -15322315 or 3486486. OLE color: 3486486.

HSL color Cylindrical-coordinate representation of color #163335: hue angle of 183.87º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163335 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 22 51 53 -
CMYK 0.58 0.04 0 0.79
HSL 183.87º 0.41% 0.15% -
HSV(B) 183.87º 0.58% 0.21% -
XYZ 2.16 2.8 3.79 -
YUV 42.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 22 51 53 0.58 0.04 0 0.79 183.87 0.41 0.15
Hex 16 33 35 3A 4 0 4F B8 29 F
Octal 26 63 65 72 4 0 117 270 51 17
Binary 10110 110011 110101 111010 100 0 1001111 10111000 101001 1111

Color Harmonies of #163335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163335

Black with #163335

Text Example


Text Example

White with #163335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163335; }

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

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

background-color css

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

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

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

border-color css

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

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

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