Html Css Color HEX #24383A Nordic

📋 copy color: '#24383A'

red 36 ◦ green 56 ◦ blue 58

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

Shades of Nordic #24383A

Tints of Nordic #24383A

RGB

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

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

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

R = 24%
G = 37.33%
B = 38.67%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#24383A (or 0x24383A) is known color: Nordic. HEX triplet: 24, 38 and 3A. RGB value is (36,56,58). Sum of RGB (Red+Green+Blue) = 36+56+58=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 58 - color contains mainly: blue. Hex color #24383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24383A is #DBC7C5. Grayscale: #323232. Windows color (decimal): -14403526 or 3815460. OLE color: 3815460.

HSL color Cylindrical-coordinate representation of color #24383A: hue angle of 185.45º 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 #24383A is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 36 56 58 -
CMYK 0.38 0.03 0 0.77
HSL 185.45º 0.23% 0.18% -
HSV(B) 185.45º 0.38% 0.23% -
XYZ 2.91 3.51 4.53 -
YUV 50.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 36 56 58 0.38 0.03 0 0.77 185.45 0.23 0.18
Hex 24 38 3A 26 3 0 4D B9 17 12
Octal 44 70 72 46 3 0 115 271 27 22
Binary 100100 111000 111010 100110 11 0 1001101 10111001 10111 10010

Color Harmonies of #24383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24383A

Black with #24383A

Text Example


Text Example

White with #24383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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