#013131

Color #013131 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #013131

Tints of Nordic #013131

Color information

#013131 (or 0x013131) is unknown color: approx Nordic. HEX triplet: 01, 31 and 31. RGB value is (1,49,49). Sum of RGB (Red+Green+Blue) = 1+49+49=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #013131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013131 is #FECECE. Grayscale: #222222. Windows color (decimal): -16699087 or 3223809. OLE color: 3223809.

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

Color convert

RGB14949-
CMYK0.98000.81
HSL180º96%9.8%-
HSV(B)180º97.96%19.22%-
XYZ1.672.423.29-
YUV34.65136.1104-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 49 (19.53% from 255) = 49.49%
R=1.01%
G=49.49%
B=49.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149490.98000.81180969.8
Hex13131620051b460a
Octal161611420012126414012
Binary111000111000111000100010100011011010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013131; }

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

 H1.HeaderClassName
 {
   color: #013131;
 }
 .AnyTagClassName
 {
   color: #013131;
 }
</style>
background-color css

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

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

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

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

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

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