Html Css Color HEX #0E3335 Nordic

📋 copy color: '#0E3335'

red 14 ◦ green 51 ◦ blue 53

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

Shades of Nordic #0E3335

Tints of Nordic #0E3335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 44.92%

R = 11.86%
G = 43.22%
B = 44.92%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0E3335 (or 0x0E3335) is known color: Nordic. HEX triplet: 0E, 33 and 35. RGB value is (14,51,53). Sum of RGB (Red+Green+Blue) = 14+51+53=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #0E3335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3335 is #F1CCCA. Grayscale: #282828. Windows color (decimal): -15846603 or 3486478. OLE color: 3486478.

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

Color convert

RGB 14 51 53 -
CMYK 0.74 0.04 0 0.79
HSL 183.08º 0.58% 0.13% -
HSV(B) 183.08º 0.74% 0.21% -
XYZ 2.01 2.72 3.79 -
YUV 40.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 14 51 53 0.74 0.04 0 0.79 183.08 0.58 0.13
Hex E 33 35 4A 4 0 4F B7 3A D
Octal 16 63 65 112 4 0 117 267 72 15
Binary 1110 110011 110101 1001010 100 0 1001111 10110111 111010 1101

Color Harmonies of #0E3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3335

Black with #0E3335

Text Example


Text Example

White with #0E3335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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