Html Css Color HEX #013132 Nordic

📋 copy color: '#013132'

red 1 ◦ green 49 ◦ blue 50

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

Shades of Nordic #013132

Tints of Nordic #013132

RGB

 RED value IS 1 (0.78% from 255) = 1%

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

 BLUE value IS 50 (19.92% from 255) = 50%

R = 1%
G = 49%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#013132 (or 0x013132) is known color: Nordic. HEX triplet: 01, 31 and 32. RGB value is (1,49,50). Sum of RGB (Red+Green+Blue) = 1+49+50=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #013132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013132 is #FECECD. Grayscale: #222222. Windows color (decimal): -16699086 or 3289345. OLE color: 3289345.

HSL color Cylindrical-coordinate representation of color #013132: hue angle of 181.22º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013132 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 49 50 -
CMYK 0.98 0.02 0 0.80
HSL 181.22º 0.96% 0.1% -
HSV(B) 181.22º 0.98% 0.2% -
XYZ 1.69 2.43 3.4 -
YUV 34.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 1 49 50 0.98 0.02 0 0.80 181.22 0.96 0.1
Hex 1 31 32 62 2 0 50 B5 60 A
Octal 1 61 62 142 2 0 120 265 140 12
Binary 1 110001 110010 1100010 10 0 1010000 10110101 1100000 1010

Color Harmonies of #013132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013132

Black with #013132

Text Example


Text Example

White with #013132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013132; }

 p { color: rgb(1,49,50); }

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

background-color css

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

 a { background-color: rgb(1,49,50); }

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

border-color css

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

 span { border-color: rgb(1,49,50); }

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