Html Css Color HEX #18383A Nordic

📋 copy color: '#18383A'

red 24 ◦ green 56 ◦ blue 58

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

Shades of Nordic #18383A

Tints of Nordic #18383A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 42.03%

R = 17.39%
G = 40.58%
B = 42.03%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18383A (or 0x18383A) is known color: Nordic. HEX triplet: 18, 38 and 3A. RGB value is (24,56,58). Sum of RGB (Red+Green+Blue) = 24+56+58=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #18383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18383A is #E7C7C5. Grayscale: #2E2E2E. Windows color (decimal): -15189958 or 3815448. OLE color: 3815448.

HSL color Cylindrical-coordinate representation of color #18383A: hue angle of 183.53º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18383A is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 56 58 -
CMYK 0.59 0.03 0 0.77
HSL 183.53º 0.41% 0.16% -
HSV(B) 183.53º 0.59% 0.23% -
XYZ 2.55 3.33 4.51 -
YUV 46.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 24 56 58 0.59 0.03 0 0.77 183.53 0.41 0.16
Hex 18 38 3A 3B 3 0 4D B8 29 10
Octal 30 70 72 73 3 0 115 270 51 20
Binary 11000 111000 111010 111011 11 0 1001101 10111000 101001 10000

Color Harmonies of #18383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18383A

Black with #18383A

Text Example


Text Example

White with #18383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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