#0D3335

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

Shades of Nordic #0D3335

Tints of Nordic #0D3335

Color information

#0D3335 (or 0x0D3335) is unknown color: approx Nordic. HEX triplet: 0D, 33 and 35. RGB value is (13,51,53). Sum of RGB (Red+Green+Blue) = 13+51+53=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D3335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3335 is #F2CCCA. Grayscale: #272727. Windows color (decimal): -15912139 or 3486477. OLE color: 3486477.

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

Color convert

RGB135153-
CMYK0.750.0400.79
HSL183º60.61%12.94%-
HSV(B)183º75.47%20.78%-
XYZ1.992.713.79-
YUV39.87135.41108.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.11%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 53 (21.09% from 255) = 45.30%
R=11.11%
G=43.59%
B=45.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1351530.750.0400.7918360.6112.94
HexD33354B404Fb73dd
Octal156365113401172677515
Binary1101110011110101100101110001001111101101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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