#013031

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

Shades of Nordic #013031

Tints of Nordic #013031

Color information

#013031 (or 0x013031) is unknown color: approx Nordic. HEX triplet: 01, 30 and 31. RGB value is (1,48,49). Sum of RGB (Red+Green+Blue) = 1+48+49=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #013031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013031 is #FECFCE. Grayscale: #222222. Windows color (decimal): -16699343 or 3223553. OLE color: 3223553.

HSL color Cylindrical-coordinate representation of color #013031: hue angle of 181.25º 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 #013031 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB14849-
CMYK0.980.0200.81
HSL181.25º96%9.8%-
HSV(B)181.25º97.96%19.22%-
XYZ1.622.343.27-
YUV34.06136.43104.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 49 (19.53% from 255) = 50%
R=1.02%
G=48.98%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal148490.980.0200.81181.25969.8
Hex13031622051b560a
Octal160611422012126514012
Binary1110000110001110001010010100011011010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013031; }

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

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

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

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

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

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

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

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