Html Css Color HEX #18363A Nordic

📋 copy color: '#18363A'

red 24 ◦ green 54 ◦ blue 58

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

Shades of Nordic #18363A

Tints of Nordic #18363A

RGB

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

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

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

R = 17.65%
G = 39.71%
B = 42.65%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18363A (or 0x18363A) is known color: Nordic. HEX triplet: 18, 36 and 3A. RGB value is (24,54,58). Sum of RGB (Red+Green+Blue) = 24+54+58=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 58 - color contains mainly: blue. Hex color #18363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18363A is #E7C9C5. Grayscale: #2D2D2D. Windows color (decimal): -15190470 or 3814936. OLE color: 3814936.

HSL color Cylindrical-coordinate representation of color #18363A: hue angle of 187.06º 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 #18363A is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 54 58 -
CMYK 0.59 0.07 0 0.77
HSL 187.06º 0.41% 0.16% -
HSV(B) 187.06º 0.59% 0.23% -
XYZ 2.46 3.14 4.48 -
YUV 45.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 24 54 58 0.59 0.07 0 0.77 187.06 0.41 0.16
Hex 18 36 3A 3B 7 0 4D BB 29 10
Octal 30 66 72 73 7 0 115 273 51 20
Binary 11000 110110 111010 111011 111 0 1001101 10111011 101001 10000

Color Harmonies of #18363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18363A

Black with #18363A

Text Example


Text Example

White with #18363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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