Html Css Color HEX #18363D Nordic

📋 copy color: '#18363D'

red 24 ◦ green 54 ◦ blue 61

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

Shades of Nordic #18363D

Tints of Nordic #18363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

 BLUE value IS 61 (24.22% from 255) = 43.88%

R = 17.27%
G = 38.85%
B = 43.88%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18363D (or 0x18363D) is known color: Nordic. HEX triplet: 18, 36 and 3D. RGB value is (24,54,61). Sum of RGB (Red+Green+Blue) = 24+54+61=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #18363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18363D is #E7C9C2. Grayscale: #2D2D2D. Windows color (decimal): -15190467 or 4011544. OLE color: 4011544.

HSL color Cylindrical-coordinate representation of color #18363D: hue angle of 191.35º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18363D is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 54 61 -
CMYK 0.61 0.11 0 0.76
HSL 191.35º 0.44% 0.17% -
HSV(B) 191.35º 0.61% 0.24% -
XYZ 2.54 3.17 4.89 -
YUV 45.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 24 54 61 0.61 0.11 0 0.76 191.35 0.44 0.17
Hex 18 36 3D 3D B 0 4C BF 2C 11
Octal 30 66 75 75 13 0 114 277 54 21
Binary 11000 110110 111101 111101 1011 0 1001100 10111111 101100 10001

Color Harmonies of #18363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18363D

Black with #18363D

Text Example


Text Example

White with #18363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18363D; }

 p { color: rgb(24,54,61); }

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

background-color css

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

 a { background-color: rgb(24,54,61); }

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

border-color css

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

 span { border-color: rgb(24,54,61); }

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