#022B31

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

Shades of Nordic #022B31

Tints of Nordic #022B31

Color information

#022B31 (or 0x022B31) is unknown color: approx Nordic. HEX triplet: 02, 2B and 31. RGB value is (2,43,49). Sum of RGB (Red+Green+Blue) = 2+43+49=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #022B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B31 is #FDD4CE. Grayscale: #1F1F1F. Windows color (decimal): -16635087 or 3222274. OLE color: 3222274.

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

Color convert

RGB24349-
CMYK0.960.1200.81
HSL187.66º92.16%10%-
HSV(B)187.66º95.92%19.22%-
XYZ1.441.963.21-
YUV31.42137.92107.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 43 (17.19% from 255) = 45.74%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=2.13%
G=45.74%
B=52.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal243490.960.1200.81187.6692.1610
Hex22B3160C051bc5ca
Octal2536114014012127413412
Binary1010101111000111000001100010100011011110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022B31; }

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

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

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

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

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

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

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

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