Html Css Color HEX #0E3036 Nordic

📋 copy color: '#0E3036'

red 14 ◦ green 48 ◦ blue 54

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

Shades of Nordic #0E3036

Tints of Nordic #0E3036

RGB

 RED value IS 14 (5.86% from 255) = 12.07%

 GREEN value IS 48 (19.14% from 255) = 41.38%

 BLUE value IS 54 (21.48% from 255) = 46.55%

R = 12.07%
G = 41.38%
B = 46.55%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0E3036 (or 0x0E3036) is known color: Nordic. HEX triplet: 0E, 30 and 36. RGB value is (14,48,54). Sum of RGB (Red+Green+Blue) = 14+48+54=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E3036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3036 is #F1CFC9. Grayscale: #262626. Windows color (decimal): -15847370 or 3551246. OLE color: 3551246.

HSL color Cylindrical-coordinate representation of color #0E3036: hue angle of 189º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3036 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 48 54 -
CMYK 0.74 0.11 0 0.79
HSL 189º 0.59% 0.13% -
HSV(B) 189º 0.74% 0.21% -
XYZ 1.9 2.47 3.87 -
YUV 38.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 14 48 54 0.74 0.11 0 0.79 189 0.59 0.13
Hex E 30 36 4A B 0 4F BD 3B D
Octal 16 60 66 112 13 0 117 275 73 15
Binary 1110 110000 110110 1001010 1011 0 1001111 10111101 111011 1101

Color Harmonies of #0E3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3036

Black with #0E3036

Text Example


Text Example

White with #0E3036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E3036;
 }
 .AnyTagClassName
 {
   color: #0E3036;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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