Html Css Color HEX #213235 Nordic

📋 copy color: '#213235'

red 33 ◦ green 50 ◦ blue 53

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

Shades of Nordic #213235

Tints of Nordic #213235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 38.97%

R = 24.26%
G = 36.76%
B = 38.97%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#213235 (or 0x213235) is known color: Nordic. HEX triplet: 21, 32 and 35. RGB value is (33,50,53). Sum of RGB (Red+Green+Blue) = 33+50+53=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 53 - color contains mainly: blue. Hex color #213235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213235 is #DECDCA. Grayscale: #2D2D2D. Windows color (decimal): -14601675 or 3486241. OLE color: 3486241.

HSL color Cylindrical-coordinate representation of color #213235: hue angle of 189º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213235 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 50 53 -
CMYK 0.38 0.06 0 0.79
HSL 189º 0.23% 0.17% -
HSV(B) 189º 0.38% 0.21% -
XYZ 2.41 2.86 3.79 -
YUV 45.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 33 50 53 0.38 0.06 0 0.79 189 0.23 0.17
Hex 21 32 35 26 6 0 4F BD 17 11
Octal 41 62 65 46 6 0 117 275 27 21
Binary 100001 110010 110101 100110 110 0 1001111 10111101 10111 10001

Color Harmonies of #213235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213235

Black with #213235

Text Example


Text Example

White with #213235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213235; }

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

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

background-color css

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

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

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

border-color css

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

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

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