Html Css Color HEX #163135 Nordic

📋 copy color: '#163135'

red 22 ◦ green 49 ◦ blue 53

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

Shades of Nordic #163135

Tints of Nordic #163135

RGB

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

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

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

R = 17.74%
G = 39.52%
B = 42.74%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#163135 (or 0x163135) is known color: Nordic. HEX triplet: 16, 31 and 35. RGB value is (22,49,53). Sum of RGB (Red+Green+Blue) = 22+49+53=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #163135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163135 is #E9CECA. Grayscale: #292929. Windows color (decimal): -15322827 or 3485974. OLE color: 3485974.

HSL color Cylindrical-coordinate representation of color #163135: hue angle of 187.74º 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 #163135 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 22 49 53 -
CMYK 0.58 0.08 0 0.79
HSL 187.74º 0.41% 0.15% -
HSV(B) 187.74º 0.58% 0.21% -
XYZ 2.07 2.62 3.77 -
YUV 41.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 22 49 53 0.58 0.08 0 0.79 187.74 0.41 0.15
Hex 16 31 35 3A 8 0 4F BC 29 F
Octal 26 61 65 72 10 0 117 274 51 17
Binary 10110 110001 110101 111010 1000 0 1001111 10111100 101001 1111

Color Harmonies of #163135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163135

Black with #163135

Text Example


Text Example

White with #163135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163135; }

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

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

background-color css

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

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

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

border-color css

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

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

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