Html Css Color HEX #213838 Nordic

📋 copy color: '#213838'

red 33 ◦ green 56 ◦ blue 56

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

Shades of Nordic #213838

Tints of Nordic #213838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 38.62%

R = 22.76%
G = 38.62%
B = 38.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213838 (or 0x213838) is known color: Nordic. HEX triplet: 21, 38 and 38. RGB value is (33,56,56). Sum of RGB (Red+Green+Blue) = 33+56+56=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #213838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213838 is #DEC7C7. Grayscale: #313131. Windows color (decimal): -14600136 or 3684385. OLE color: 3684385.

HSL color Cylindrical-coordinate representation of color #213838: hue angle of 180º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213838 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 56 -
CMYK 0.41 0 0 0.78
HSL 180º 0.26% 0.17% -
HSV(B) 180º 0.41% 0.22% -
XYZ 2.76 3.44 4.26 -
YUV 49.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 33 56 56 0.41 0 0 0.78 180 0.26 0.17
Hex 21 38 38 29 0 0 4E B4 1A 11
Octal 41 70 70 51 0 0 116 264 32 21
Binary 100001 111000 111000 101001 0 0 1001110 10110100 11010 10001

Color Harmonies of #213838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213838

Black with #213838

Text Example


Text Example

White with #213838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213838; }

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

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

background-color css

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

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

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

border-color css

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

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

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