Html Css Color HEX #14383D Nordic

📋 copy color: '#14383D'

red 20 ◦ green 56 ◦ blue 61

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

Shades of Nordic #14383D

Tints of Nordic #14383D

RGB

 RED value IS 20 (8.2% from 255) = 14.6%

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

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

R = 14.6%
G = 40.88%
B = 44.53%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14383D (or 0x14383D) is known color: Nordic. HEX triplet: 14, 38 and 3D. RGB value is (20,56,61). Sum of RGB (Red+Green+Blue) = 20+56+61=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 56 (22.27% from 255 or 40.88% 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 #14383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14383D is #EBC7C2. Grayscale: #2D2D2D. Windows color (decimal): -15452099 or 4012052. OLE color: 4012052.

HSL color Cylindrical-coordinate representation of color #14383D: hue angle of 187.32º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14383D is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 56 61 -
CMYK 0.67 0.08 0 0.76
HSL 187.32º 0.51% 0.16% -
HSV(B) 187.32º 0.67% 0.24% -
XYZ 2.54 3.31 4.92 -
YUV 45.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 20 56 61 0.67 0.08 0 0.76 187.32 0.51 0.16
Hex 14 38 3D 43 8 0 4C BB 33 10
Octal 24 70 75 103 10 0 114 273 63 20
Binary 10100 111000 111101 1000011 1000 0 1001100 10111011 110011 10000

Color Harmonies of #14383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14383D

Black with #14383D

Text Example


Text Example

White with #14383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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