Html Css Color HEX #18373F Nordic

📋 copy color: '#18373F'

red 24 ◦ green 55 ◦ blue 63

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

Shades of Nordic #18373F

Tints of Nordic #18373F

RGB

 RED value IS 24 (9.77% from 255) = 16.9%

 GREEN value IS 55 (21.88% from 255) = 38.73%

 BLUE value IS 63 (25% from 255) = 44.37%

R = 16.9%
G = 38.73%
B = 44.37%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18373F (or 0x18373F) is known color: Nordic. HEX triplet: 18, 37 and 3F. RGB value is (24,55,63). Sum of RGB (Red+Green+Blue) = 24+55+63=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #18373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18373F is #E7C8C0. Grayscale: #2E2E2E. Windows color (decimal): -15190209 or 4142872. OLE color: 4142872.

HSL color Cylindrical-coordinate representation of color #18373F: hue angle of 192.31º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18373F is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 55 63 -
CMYK 0.62 0.13 0 0.75
HSL 192.31º 0.45% 0.17% -
HSV(B) 192.31º 0.62% 0.25% -
XYZ 2.64 3.29 5.2 -
YUV 46.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 24 55 63 0.62 0.13 0 0.75 192.31 0.45 0.17
Hex 18 37 3F 3E D 0 4B C0 2D 11
Octal 30 67 77 76 15 0 113 300 55 21
Binary 11000 110111 111111 111110 1101 0 1001011 11000000 101101 10001

Color Harmonies of #18373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18373F

Black with #18373F

Text Example


Text Example

White with #18373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18373F; }

 p { color: rgb(24,55,63); }

 H1.HeaderClassName
 {
   color: #18373F;
 }
 .AnyTagClassName
 {
   color: #18373F;
 }
</style>

background-color css

<style>
 a { background-color: #18373F; }

 a { background-color: rgb(24,55,63); }

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

border-color css

<style>
 span { border-color: #18373F; }

 span { border-color: rgb(24,55,63); }

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