#213839

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

Shades of Nordic #213839

Tints of Nordic #213839

Color information

#213839 (or 0x213839) is unknown color: approx Nordic. HEX triplet: 21, 38 and 39. RGB value is (33,56,57). Sum of RGB (Red+Green+Blue) = 33+56+57=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #213839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213839 is #DEC7C6. Grayscale: #313131. Windows color (decimal): -14600135 or 3749921. OLE color: 3749921.

HSL color Cylindrical-coordinate representation of color #213839: hue angle of 182.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213839 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB335657-
CMYK0.420.0200.78
HSL182.5º26.67%17.65%-
HSV(B)182.5º42.11%22.35%-
XYZ2.783.454.39-
YUV49.24132.38116.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=22.60%
G=38.36%
B=39.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356570.420.0200.78182.526.6717.65
Hex2138392A204Eb61b12
Octal41707152201162663322
Binary1000011110001110011010101001001110101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213839; }

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

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

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

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

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

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

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

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