Html Css Color HEX #163234 Nordic

📋 copy color: '#163234'

red 22 ◦ green 50 ◦ blue 52

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

Shades of Nordic #163234

Tints of Nordic #163234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.32%

 BLUE value IS 52 (20.7% from 255) = 41.94%

R = 17.74%
G = 40.32%
B = 41.94%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#163234 (or 0x163234) is known color: Nordic. HEX triplet: 16, 32 and 34. RGB value is (22,50,52). Sum of RGB (Red+Green+Blue) = 22+50+52=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #163234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163234 is #E9CDCB. Grayscale: #292929. Windows color (decimal): -15322572 or 3420694. OLE color: 3420694.

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

Color convert

RGB 22 50 52 -
CMYK 0.58 0.04 0 0.80
HSL 184º 0.41% 0.15% -
HSV(B) 184º 0.58% 0.2% -
XYZ 2.09 2.7 3.66 -
YUV 41.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 22 50 52 0.58 0.04 0 0.80 184 0.41 0.15
Hex 16 32 34 3A 4 0 50 B8 29 F
Octal 26 62 64 72 4 0 120 270 51 17
Binary 10110 110010 110100 111010 100 0 1010000 10111000 101001 1111

Color Harmonies of #163234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163234

Black with #163234

Text Example


Text Example

White with #163234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163234; }

 p { color: rgb(22,50,52); }

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

background-color css

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

 a { background-color: rgb(22,50,52); }

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

border-color css

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

 span { border-color: rgb(22,50,52); }

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