Html Css Color HEX #18383D Nordic

📋 copy color: '#18383D'

red 24 ◦ green 56 ◦ blue 61

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

Shades of Nordic #18383D

Tints of Nordic #18383D

RGB

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

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

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

R = 17.02%
G = 39.72%
B = 43.26%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18383D (or 0x18383D) is known color: Nordic. HEX triplet: 18, 38 and 3D. RGB value is (24,56,61). Sum of RGB (Red+Green+Blue) = 24+56+61=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #18383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18383D is #E7C7C2. Grayscale: #2E2E2E. Windows color (decimal): -15189955 or 4012056. OLE color: 4012056.

HSL color Cylindrical-coordinate representation of color #18383D: hue angle of 188.11º 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 #18383D is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 56 61 -
CMYK 0.61 0.08 0 0.76
HSL 188.11º 0.44% 0.17% -
HSV(B) 188.11º 0.61% 0.24% -
XYZ 2.63 3.36 4.92 -
YUV 47 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 24 56 61 0.61 0.08 0 0.76 188.11 0.44 0.17
Hex 18 38 3D 3D 8 0 4C BC 2C 11
Octal 30 70 75 75 10 0 114 274 54 21
Binary 11000 111000 111101 111101 1000 0 1001100 10111100 101100 10001

Color Harmonies of #18383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18383D

Black with #18383D

Text Example


Text Example

White with #18383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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