Html Css Color HEX #213839 Nordic

📋 copy color: '#213839'

red 33 ◦ green 56 ◦ blue 57

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

Shades of Nordic #213839

Tints of Nordic #213839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 39.04%

R = 22.6%
G = 38.36%
B = 39.04%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213839 (or 0x213839) is known color: 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

RGB 33 56 57 -
CMYK 0.42 0.02 0 0.78
HSL 182.5º 0.27% 0.18% -
HSV(B) 182.5º 0.42% 0.22% -
XYZ 2.78 3.45 4.39 -
YUV 49.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 33 56 57 0.42 0.02 0 0.78 182.5 0.27 0.18
Hex 21 38 39 2A 2 0 4E B6 1B 12
Octal 41 70 71 52 2 0 116 266 33 22
Binary 100001 111000 111001 101010 10 0 1001110 10110110 11011 10010

Color Harmonies of #213839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213839

Black with #213839

Text Example


Text Example

White with #213839

Text Example


Text Example

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