#21393A

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

Shades of Nordic #21393A

Tints of Nordic #21393A

Color information

#21393A (or 0x21393A) is unknown color: approx Nordic. HEX triplet: 21, 39 and 3A. RGB value is (33,57,58). Sum of RGB (Red+Green+Blue) = 33+57+58=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #21393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21393A is #DEC6C5. Grayscale: #313131. Windows color (decimal): -14599878 or 3815713. OLE color: 3815713.

HSL color Cylindrical-coordinate representation of color #21393A: hue angle of 182.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #21393A is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB335758-
CMYK0.430.0200.77
HSL182.4º27.47%17.84%-
HSV(B)182.4º43.1%22.75%-
XYZ2.853.564.54-
YUV49.94132.55115.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=22.30%
G=38.51%
B=39.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3357580.430.0200.77182.427.4717.84
Hex21393A2B204Db61b12
Octal41717253201152663322
Binary1000011110011110101010111001001101101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21393A; }

 p { color: rgb(33,57,58); }

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

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

 a { background-color: rgb(33,57,58); }

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

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

 span { border-color: rgb(33,57,58); }

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