#24393C

Color #24393C Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #24393C

Tints of Nordic #24393C

Color information

#24393C (or 0x24393C) is unknown color: approx 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

RGB365760-
CMYK0.400.0500.76
HSL187.5º25%18.82%-
HSV(B)187.5º40%23.53%-
XYZ3.013.634.82-
YUV51.06133.04117.26-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3657600.400.0500.76187.52518.82
Hex24393C28504Cbc1913
Octal44717450501142743123
Binary10010011100111110010100010101001100101111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>