Html Css Color HEX #183740 Nordic

📋 copy color: '#183740'

red 24 ◦ green 55 ◦ blue 64

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

Shades of Nordic #183740

Tints of Nordic #183740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 44.76%

R = 16.78%
G = 38.46%
B = 44.76%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183740 (or 0x183740) is known color: Nordic. HEX triplet: 18, 37 and 40. RGB value is (24,55,64). Sum of RGB (Red+Green+Blue) = 24+55+64=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #183740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183740 is #E7C8BF. Grayscale: #2E2E2E. Windows color (decimal): -15190208 or 4208408. OLE color: 4208408.

HSL color Cylindrical-coordinate representation of color #183740: hue angle of 193.5º 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 #183740 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 55 64 -
CMYK 0.62 0.14 0 0.75
HSL 193.5º 0.45% 0.17% -
HSV(B) 193.5º 0.63% 0.25% -
XYZ 2.67 3.3 5.35 -
YUV 46.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 24 55 64 0.62 0.14 0 0.75 193.5 0.45 0.17
Hex 18 37 40 3E E 0 4B C2 2D 11
Octal 30 67 100 76 16 0 113 302 55 21
Binary 11000 110111 1000000 111110 1110 0 1001011 11000010 101101 10001

Color Harmonies of #183740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183740

Black with #183740

Text Example


Text Example

White with #183740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183740; }

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

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

background-color css

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

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

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

border-color css

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

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

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