#0D3238

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

Shades of Nordic #0D3238

Tints of Nordic #0D3238

Color information

#0D3238 (or 0x0D3238) is unknown color: approx Nordic. HEX triplet: 0D, 32 and 38. RGB value is (13,50,56). Sum of RGB (Red+Green+Blue) = 13+50+56=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D3238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3238 is #F2CDC7. Grayscale: #272727. Windows color (decimal): -15912392 or 3682829. OLE color: 3682829.

HSL color Cylindrical-coordinate representation of color #0D3238: hue angle of 188.37º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3238 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB135056-
CMYK0.770.1100.78
HSL188.37º62.32%13.53%-
HSV(B)188.37º76.79%21.96%-
XYZ2.022.654.15-
YUV39.62137.24109.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.92%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 56 (22.27% from 255) = 47.06%
R=10.92%
G=42.02%
B=47.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1350560.770.1100.78188.3762.3213.53
HexD32384DB04Ebc3ee
Octal1562701151301162747616
Binary11011100101110001001101101101001110101111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,50,56); }

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

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

 a { background-color: rgb(13,50,56); }

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

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

 span { border-color: rgb(13,50,56); }

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