Html Css Color HEX #183840 Nordic

📋 copy color: '#183840'

red 24 ◦ green 56 ◦ blue 64

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

Shades of Nordic #183840

Tints of Nordic #183840

RGB

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

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

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

R = 16.67%
G = 38.89%
B = 44.44%

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

#183840 (or 0x183840) is known color: Nordic. HEX triplet: 18, 38 and 40. RGB value is (24,56,64). Sum of RGB (Red+Green+Blue) = 24+56+64=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #183840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183840 is #E7C7BF. Grayscale: #2F2F2F. Windows color (decimal): -15189952 or 4208664. OLE color: 4208664.

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

Color convert

RGB 24 56 64 -
CMYK 0.62 0.13 0 0.75
HSL 192º 0.45% 0.17% -
HSV(B) 192º 0.63% 0.25% -
XYZ 2.72 3.39 5.36 -
YUV 47.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 24 56 64 0.62 0.13 0 0.75 192 0.45 0.17
Hex 18 38 40 3E D 0 4B C0 2D 11
Octal 30 70 100 76 15 0 113 300 55 21
Binary 11000 111000 1000000 111110 1101 0 1001011 11000000 101101 10001

Color Harmonies of #183840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183840

Black with #183840

Text Example


Text Example

White with #183840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183840; }

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

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

background-color css

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

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

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

border-color css

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

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

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