#0E2C32

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

Shades of Nordic #0E2C32

Tints of Nordic #0E2C32

Color information

#0E2C32 (or 0x0E2C32) is unknown color: approx Nordic. HEX triplet: 0E, 2C and 32. RGB value is (14,44,50). Sum of RGB (Red+Green+Blue) = 14+44+50=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #0E2C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2C32 is #F1D3CD. Grayscale: #232323. Windows color (decimal): -15848398 or 3288078. OLE color: 3288078.

HSL color Cylindrical-coordinate representation of color #0E2C32: hue angle of 190º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E2C32 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB144450-
CMYK0.720.1200.80
HSL190º56.25%12.55%-
HSV(B)190º72%19.61%-
XYZ1.662.133.34-
YUV35.71136.06112.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.96%
GREEN value IS 44 (17.58% from 255) = 40.74%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=12.96%
G=40.74%
B=46.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1444500.720.1200.8019056.2512.55
HexE2C3248C050be38d
Octal1654621101401202767015
Binary11101011001100101001000110001010000101111101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E2C32; }

 p { color: rgb(14,44,50); }

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

<style>
 a { background-color: #0E2C32; }

 a { background-color: rgb(14,44,50); }

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

<style>
 span { border-color: #0E2C32; }

 span { border-color: rgb(14,44,50); }

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