Html Css Color HEX #0D3336 Nordic

📋 copy color: '#0D3336'

red 13 ◦ green 51 ◦ blue 54

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

Shades of Nordic #0D3336

Tints of Nordic #0D3336

RGB

 RED value IS 13 (5.47% from 255) = 11.02%

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

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

R = 11.02%
G = 43.22%
B = 45.76%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0D3336 (or 0x0D3336) is known color: Nordic. HEX triplet: 0D, 33 and 36. RGB value is (13,51,54). Sum of RGB (Red+Green+Blue) = 13+51+54=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #0D3336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3336 is #F2CCC9. Grayscale: #272727. Windows color (decimal): -15912138 or 3552013. OLE color: 3552013.

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

Color convert

RGB 13 51 54 -
CMYK 0.76 0.06 0 0.79
HSL 184.39º 0.61% 0.13% -
HSV(B) 184.39º 0.76% 0.21% -
XYZ 2.02 2.72 3.91 -
YUV 39.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 13 51 54 0.76 0.06 0 0.79 184.39 0.61 0.13
Hex D 33 36 4C 6 0 4F B8 3D D
Octal 15 63 66 114 6 0 117 270 75 15
Binary 1101 110011 110110 1001100 110 0 1001111 10111000 111101 1101

Color Harmonies of #0D3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3336

Black with #0D3336

Text Example


Text Example

White with #0D3336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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