Html Css Color HEX #18353A Nordic

📋 copy color: '#18353A'

red 24 ◦ green 53 ◦ blue 58

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

Shades of Nordic #18353A

Tints of Nordic #18353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

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

R = 17.78%
G = 39.26%
B = 42.96%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18353A (or 0x18353A) is known color: Nordic. HEX triplet: 18, 35 and 3A. RGB value is (24,53,58). Sum of RGB (Red+Green+Blue) = 24+53+58=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #18353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18353A is #E7CAC5. Grayscale: #2C2C2C. Windows color (decimal): -15190726 or 3814680. OLE color: 3814680.

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

Color convert

RGB 24 53 58 -
CMYK 0.59 0.09 0 0.77
HSL 188.82º 0.41% 0.16% -
HSV(B) 188.82º 0.59% 0.23% -
XYZ 2.41 3.05 4.46 -
YUV 44.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 24 53 58 0.59 0.09 0 0.77 188.82 0.41 0.16
Hex 18 35 3A 3B 9 0 4D BD 29 10
Octal 30 65 72 73 11 0 115 275 51 20
Binary 11000 110101 111010 111011 1001 0 1001101 10111101 101001 10000

Color Harmonies of #18353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18353A

Black with #18353A

Text Example


Text Example

White with #18353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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