Html Css Color HEX #213234 Nordic

📋 copy color: '#213234'

red 33 ◦ green 50 ◦ blue 52

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

Shades of Nordic #213234

Tints of Nordic #213234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.04%

 BLUE value IS 52 (20.7% from 255) = 38.52%

R = 24.44%
G = 37.04%
B = 38.52%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#213234 (or 0x213234) is known color: Nordic. HEX triplet: 21, 32 and 34. RGB value is (33,50,52). Sum of RGB (Red+Green+Blue) = 33+50+52=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: blue. Hex color #213234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213234 is #DECDCB. Grayscale: #2D2D2D. Windows color (decimal): -14601676 or 3420705. OLE color: 3420705.

HSL color Cylindrical-coordinate representation of color #213234: hue angle of 186.32º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213234 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 52 -
CMYK 0.37 0.04 0 0.80
HSL 186.32º 0.22% 0.17% -
HSV(B) 186.32º 0.37% 0.2% -
XYZ 2.39 2.85 3.67 -
YUV 45.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 33 50 52 0.37 0.04 0 0.80 186.32 0.22 0.17
Hex 21 32 34 25 4 0 50 BA 16 11
Octal 41 62 64 45 4 0 120 272 26 21
Binary 100001 110010 110100 100101 100 0 1010000 10111010 10110 10001

Color Harmonies of #213234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213234

Black with #213234

Text Example


Text Example

White with #213234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213234; }

 p { color: rgb(33,50,52); }

 H1.HeaderClassName
 {
   color: #213234;
 }
 .AnyTagClassName
 {
   color: #213234;
 }
</style>

background-color css

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

 a { background-color: rgb(33,50,52); }

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

border-color css

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

 span { border-color: rgb(33,50,52); }

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