#14383B

Color #14383B Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #14383B

Tints of Nordic #14383B

Color information

#14383B (or 0x14383B) is unknown color: approx Nordic. HEX triplet: 14, 38 and 3B. RGB value is (20,56,59). Sum of RGB (Red+Green+Blue) = 20+56+59=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: blue. Hex color #14383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14383B is #EBC7C4. Grayscale: #2D2D2D. Windows color (decimal): -15452101 or 3880980. OLE color: 3880980.

HSL color Cylindrical-coordinate representation of color #14383B: hue angle of 184.62º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14383B is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB205659-
CMYK0.660.0500.77
HSL184.62º49.37%15.49%-
HSV(B)184.62º66.1%23.14%-
XYZ2.493.294.64-
YUV45.58135.57109.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 59 (23.44% from 255) = 43.70%
R=14.81%
G=41.48%
B=43.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2056590.660.0500.77184.6249.3715.49
Hex14383B42504Db931f
Octal247073102501152716117
Binary10100111000111011100001010101001101101110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14383B;
 }
 .AnyTagClassName
 {
   color: #14383B;
 }
</style>
background-color css

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

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

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

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

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

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