#023031

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

Shades of Nordic #023031

Tints of Nordic #023031

Color information

#023031 (or 0x023031) is unknown color: approx Nordic. HEX triplet: 02, 30 and 31. RGB value is (2,48,49). Sum of RGB (Red+Green+Blue) = 2+48+49=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #023031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023031 is #FDCFCE. Grayscale: #222222. Windows color (decimal): -16633807 or 3223554. OLE color: 3223554.

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

Color convert

RGB24849-
CMYK0.960.0200.81
HSL181.28º92.16%10%-
HSV(B)181.28º95.92%19.22%-
XYZ1.642.353.27-
YUV34.36136.26104.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 49 (19.53% from 255) = 49.49%
R=2.02%
G=48.48%
B=49.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248490.960.0200.81181.2892.1610
Hex23031602051b55ca
Octal260611402012126513412
Binary10110000110001110000010010100011011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023031; }

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

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

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

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

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

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

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

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