Html Css Color HEX #0E3336 Nordic

📋 copy color: '#0E3336'

red 14 ◦ green 51 ◦ blue 54

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

Shades of Nordic #0E3336

Tints of Nordic #0E3336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.86%

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

R = 11.76%
G = 42.86%
B = 45.38%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0E3336 (or 0x0E3336) is known color: Nordic. HEX triplet: 0E, 33 and 36. RGB value is (14,51,54). Sum of RGB (Red+Green+Blue) = 14+51+54=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E3336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3336 is #F1CCC9. Grayscale: #282828. Windows color (decimal): -15846602 or 3552014. OLE color: 3552014.

HSL color Cylindrical-coordinate representation of color #0E3336: hue angle of 184.5º 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 #0E3336 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 51 54 -
CMYK 0.74 0.06 0 0.79
HSL 184.5º 0.59% 0.13% -
HSV(B) 184.5º 0.74% 0.21% -
XYZ 2.03 2.73 3.91 -
YUV 40.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 14 51 54 0.74 0.06 0 0.79 184.5 0.59 0.13
Hex E 33 36 4A 6 0 4F B8 3B D
Octal 16 63 66 112 6 0 117 270 73 15
Binary 1110 110011 110110 1001010 110 0 1001111 10111000 111011 1101

Color Harmonies of #0E3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3336

Black with #0E3336

Text Example


Text Example

White with #0E3336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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