Html Css Color HEX #18343D Nordic

📋 copy color: '#18343D'

red 24 ◦ green 52 ◦ blue 61

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

Shades of Nordic #18343D

Tints of Nordic #18343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.96%

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

R = 17.52%
G = 37.96%
B = 44.53%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18343D (or 0x18343D) is known color: Nordic. HEX triplet: 18, 34 and 3D. RGB value is (24,52,61). Sum of RGB (Red+Green+Blue) = 24+52+61=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #18343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18343D is #E7CBC2. Grayscale: #2C2C2C. Windows color (decimal): -15190979 or 4011032. OLE color: 4011032.

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

Color convert

RGB 24 52 61 -
CMYK 0.61 0.15 0 0.76
HSL 194.59º 0.44% 0.17% -
HSV(B) 194.59º 0.61% 0.24% -
XYZ 2.45 2.99 4.86 -
YUV 44.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 24 52 61 0.61 0.15 0 0.76 194.59 0.44 0.17
Hex 18 34 3D 3D F 0 4C C3 2C 11
Octal 30 64 75 75 17 0 114 303 54 21
Binary 11000 110100 111101 111101 1111 0 1001100 11000011 101100 10001

Color Harmonies of #18343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18343D

Black with #18343D

Text Example


Text Example

White with #18343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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