Html Css Color HEX #21383A Nordic

📋 copy color: '#21383A'

red 33 ◦ green 56 ◦ blue 58

#21383A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #21383A

Tints of Nordic #21383A

RGB

 RED value IS 33 (13.28% from 255) = 22.45%

 GREEN value IS 56 (22.27% from 255) = 38.1%

 BLUE value IS 58 (23.05% from 255) = 39.46%

R = 22.45%
G = 38.1%
B = 39.46%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#21383A (or 0x21383A) is known color: 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

RGB 33 56 58 -
CMYK 0.43 0.03 0 0.77
HSL 184.8º 0.27% 0.18% -
HSV(B) 184.8º 0.43% 0.23% -
XYZ 2.81 3.46 4.52 -
YUV 49.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 33 56 58 0.43 0.03 0 0.77 184.8 0.27 0.18
Hex 21 38 3A 2B 3 0 4D B9 1B 12
Octal 41 70 72 53 3 0 115 271 33 22
Binary 100001 111000 111010 101011 11 0 1001101 10111001 11011 10010

Color Harmonies of #21383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21383A

Black with #21383A

Text Example


Text Example

White with #21383A

Text Example


Text Example

HTML Codes & Css Web 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>