Html Css Color HEX #24393A Nordic

📋 copy color: '#24393A'

red 36 ◦ green 57 ◦ blue 58

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

Shades of Nordic #24393A

Tints of Nordic #24393A

RGB

 RED value IS 36 (14.45% from 255) = 23.84%

 GREEN value IS 57 (22.66% from 255) = 37.75%

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

R = 23.84%
G = 37.75%
B = 38.41%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#24393A (or 0x24393A) is known color: Nordic. HEX triplet: 24, 39 and 3A. RGB value is (36,57,58). Sum of RGB (Red+Green+Blue) = 36+57+58=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 58 - color contains mainly: blue. Hex color #24393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24393A is #DBC6C5. Grayscale: #323232. Windows color (decimal): -14403270 or 3815716. OLE color: 3815716.

HSL color Cylindrical-coordinate representation of color #24393A: hue angle of 182.73º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #24393A is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 36 57 58 -
CMYK 0.38 0.02 0 0.77
HSL 182.73º 0.23% 0.18% -
HSV(B) 182.73º 0.38% 0.23% -
XYZ 2.95 3.61 4.54 -
YUV 50.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 36 57 58 0.38 0.02 0 0.77 182.73 0.23 0.18
Hex 24 39 3A 26 2 0 4D B7 17 12
Octal 44 71 72 46 2 0 115 267 27 22
Binary 100100 111001 111010 100110 10 0 1001101 10110111 10111 10010

Color Harmonies of #24393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24393A

Black with #24393A

Text Example


Text Example

White with #24393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24393A; }

 p { color: rgb(36,57,58); }

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

background-color css

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

 a { background-color: rgb(36,57,58); }

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

border-color css

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

 span { border-color: rgb(36,57,58); }

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