Html Css Color HEX #24393C Nordic

📋 copy color: '#24393C'

red 36 ◦ green 57 ◦ blue 60

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

Shades of Nordic #24393C

Tints of Nordic #24393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 39.22%

R = 23.53%
G = 37.25%
B = 39.22%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#24393C (or 0x24393C) is known color: Nordic. HEX triplet: 24, 39 and 3C. RGB value is (36,57,60). Sum of RGB (Red+Green+Blue) = 36+57+60=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 60 - color contains mainly: blue. Hex color #24393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24393C is #DBC6C3. Grayscale: #333333. Windows color (decimal): -14403268 or 3946788. OLE color: 3946788.

HSL color Cylindrical-coordinate representation of color #24393C: hue angle of 187.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #24393C is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 57 60 -
CMYK 0.40 0.05 0 0.76
HSL 187.5º 0.25% 0.19% -
HSV(B) 187.5º 0.4% 0.24% -
XYZ 3.01 3.63 4.82 -
YUV 51.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 36 57 60 0.40 0.05 0 0.76 187.5 0.25 0.19
Hex 24 39 3C 28 5 0 4C BC 19 13
Octal 44 71 74 50 5 0 114 274 31 23
Binary 100100 111001 111100 101000 101 0 1001100 10111100 11001 10011

Color Harmonies of #24393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24393C

Black with #24393C

Text Example


Text Example

White with #24393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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