#023131

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

Shades of Nordic #023131

Tints of Nordic #023131

Color information

#023131 (or 0x023131) is unknown color: approx Nordic. HEX triplet: 02, 31 and 31. RGB value is (2,49,49). Sum of RGB (Red+Green+Blue) = 2+49+49=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #023131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023131 is #FDCECE. Grayscale: #222222. Windows color (decimal): -16633551 or 3223810. OLE color: 3223810.

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

Color convert

RGB24949-
CMYK0.96000.81
HSL180º92.16%10%-
HSV(B)180º95.92%19.22%-
XYZ1.682.433.29-
YUV34.95135.93104.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 49 (19.53% from 255) = 49%
R=2%
G=49%
B=49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249490.96000.8118092.1610
Hex23131600051b45ca
Octal261611400012126413412
Binary1011000111000111000000010100011011010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023131; }

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

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

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

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

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

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

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

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