#21383A

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

Shades of Nordic #21383A

Tints of Nordic #21383A

Color information

#21383A (or 0x21383A) is unknown color: approx Nordic. HEX triplet: 21, 38 and 3A. RGB value is (33,56,58). Sum of RGB (Red+Green+Blue) = 33+56+58=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #21383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21383A is #DEC7C5. Grayscale: #313131. Windows color (decimal): -14600134 or 3815457. OLE color: 3815457.

HSL color Cylindrical-coordinate representation of color #21383A: hue angle of 184.8º 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 #21383A is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB335658-
CMYK0.430.0300.77
HSL184.8º27.47%17.84%-
HSV(B)184.8º43.1%22.75%-
XYZ2.813.464.52-
YUV49.35132.88116.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=22.45%
G=38.10%
B=39.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3356580.430.0300.77184.827.4717.84
Hex21383A2B304Db91b12
Octal41707253301152713322
Binary1000011110001110101010111101001101101110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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