#0E3033

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

Shades of Nordic #0E3033

Tints of Nordic #0E3033

Color information

#0E3033 (or 0x0E3033) is unknown color: approx Nordic. HEX triplet: 0E, 30 and 33. RGB value is (14,48,51). Sum of RGB (Red+Green+Blue) = 14+48+51=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 51 - color contains mainly: blue. Hex color #0E3033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3033 is #F1CFCC. Grayscale: #262626. Windows color (decimal): -15847373 or 3354638. OLE color: 3354638.

HSL color Cylindrical-coordinate representation of color #0E3033: hue angle of 184.86º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E3033 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB144851-
CMYK0.730.0600.8
HSL184.86º56.92%12.75%-
HSV(B)184.86º72.55%20%-
XYZ1.842.453.51-
YUV38.18135.24110.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.39%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=12.39%
G=42.48%
B=45.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1448510.730.0600.8184.8656.9212.75
HexE3033496050b939d
Octal166063111601202717115
Binary1110110000110011100100111001010000101110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,48,51); }

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

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

 a { background-color: rgb(14,48,51); }

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

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

 span { border-color: rgb(14,48,51); }

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