#24393B

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

Shades of Nordic #24393B

Tints of Nordic #24393B

Color information

#24393B (or 0x24393B) is unknown color: approx Nordic. HEX triplet: 24, 39 and 3B. RGB value is (36,57,59). Sum of RGB (Red+Green+Blue) = 36+57+59=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #24393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24393B is #DBC6C4. Grayscale: #323232. Windows color (decimal): -14403269 or 3881252. OLE color: 3881252.

HSL color Cylindrical-coordinate representation of color #24393B: hue angle of 185.22º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #24393B is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB365759-
CMYK0.390.0300.77
HSL185.22º24.21%18.63%-
HSV(B)185.22º38.98%23.14%-
XYZ2.983.624.68-
YUV50.95132.54117.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=23.68%
G=37.5%
B=38.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3657590.390.0300.77185.2224.2118.63
Hex24393B27304Db91813
Octal44717347301152713023
Binary1001001110011110111001111101001101101110011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24393B;
 }
 .AnyTagClassName
 {
   color: #24393B;
 }
</style>
background-color css

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

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

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

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

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

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