#0E3433

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

Shades of Nordic #0E3433

Tints of Nordic #0E3433

Color information

#0E3433 (or 0x0E3433) is unknown color: approx Nordic. HEX triplet: 0E, 34 and 33. RGB value is (14,52,51). Sum of RGB (Red+Green+Blue) = 14+52+51=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3433 is #F1CBCC. Grayscale: #282828. Windows color (decimal): -15846349 or 3355662. OLE color: 3355662.

HSL color Cylindrical-coordinate representation of color #0E3433: hue angle of 178.42º degrees, saturation: 0.58, 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 #0E3433 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB145251-
CMYK0.7300.020.80
HSL178.42º57.58%12.94%-
HSV(B)178.42º73.08%20.39%-
XYZ2.012.793.56-
YUV40.52133.91109.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.97%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=11.97%
G=44.44%
B=43.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1452510.7300.020.80178.4257.5812.94
HexE3433490250b23ad
Octal166463111021202627215
Binary111011010011001110010010101010000101100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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